Java
Check if Number is Palindrome Number Using Java
We can reverse the number and check if they are equal. [crayon-5a2bba93212bd750810958/] Output [crayon-5a2bba93212e1283412267/] Discussion Above program is just show of logic and for generic program you need to change few things. Compiled with JDK 9