Inspiration
This was created for a Local Hack Day: Build challenge.
What it does
This takes a string as input and reverses the string.
How I built it
I took the entered string and added each character to a new string, starting from the end to reverse the string. I used a for loop to accomplish this. In addition, I used a do-while loop so that the user can continue reversing strings.

Log in or sign up for Devpost to join the conversation.