Number Palindrome
Easy📝 Description
Check if a number reads the same forwards and backwards
Input Format
A single integer
Output Format
"true" if palindrome, "false" otherwise
Constraints
0 ≤ n ≤ 10000
🔍 Sample Input
545
✅ Sample Output
true
Code Editor
Please login to run and submit code.
Results
Suggested Solution
Shortcuts: Ctrl+Enter to submit, Ctrl+Shift+R to run