Kotlinlearncs.online LogoJava
Return to List

Homework: String Reverse

Created By: Geoffrey Challen
/ Version: 2020.9.0

Let's get some more practice working with Strings: an incredibly useful data type for working with text.

Write a function called reverse. It should accept a single String argument and return that String, reversed! There are several ways to approach this problem—have fun! And maybe take a good look at the documentation before you write too much code...

Related Lessons

Stuck? You may find these lessons helpful: