โ Back to Loops
Question 351
Palindrome Number Check
Palindrome Number Check
Read a positive integer. Use a loop to reverse its digits, then printYesif the number reads the same forwards and backwards, orNoif it does not. For input121the output is: Yes
Expected Output:
Yes
Topics:
Loops
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.