โ Back to Strings
Question 197
Reverse a String
Reverse a String
A word is given. Build its reverse with a loop (do not use a built-in reverse) and print it. For "hello" the program prints olleh.
Expected Output:
olleh
Topics:
Strings
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (cw, cr, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.