โ Back to Loops
Question 68
Loop: Reverse a String
Loop: Reverse a String
A word is given. Use a loop to build the reversed version of the string (do not use the built-in reverse) and print it. For "hello" the program prints olleh.
Expected Output:
olleh
Topics:
Loops
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (clog, fn, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.