Kotlinlearncs.online LogoJava
Return to List

Homework: Reverse Print

Created By: Geoffrey Challen
/ Version: 2020.9.0

Declare and implement a function called reversePrint. You should accept a single array of char values as your only argument, and print that array backwards, one character on each line. Your function should return the length of the array as an int.

Related Lessons

Stuck? You may find these lessons helpful: