Check Palindrome Number

Easy

📝 Description

Check if a number is a palindrome

Input Format

A single integer

Output Format

"true" if palindrome, "false" otherwise

Constraints

-10000 ≤ n ≤ 10000

🔍 Sample Input

121
            

✅ Sample Output

true
            

Code Editor

Please login to run and submit code.

Shortcuts: Ctrl+Enter to submit, Ctrl+Shift+R to run