Skip to main content

Check if a number is Palindrome or not

A number or string is said to be palindrome if it remains the same after reversing it. 

Java

Check if a number is Palindrome or not java

Python

Check if a number is Palindrome or not python