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