โ Back to Functions/Methods
Question 115
Function: Reverse a Number
Function: Reverse a Number
Complete the function reverseNum so it returns the digits of a positive integer reversed. The main function reads the number and prints the reversed value. Example: input 1234 prints 4321.
Expected Output:
4321
Topics:
Functions/Methods
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (p, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.