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