AD1

Thursday, 2 February 2017

reverse a string

Write a function reverse() that accepts a string and reverses it 
as example reverse("hello") would return "olleh"

No comments:

Post a Comment