The trouble with programmers is that you can never tell what a programmer is doing until it’s too late. Seymour Cray
A palindromic number is a number that remains the same when its digits are reversed.
Write a program to check palindrome.
Example:-Check 11 is polindrome:true Check 100 is polindrome:false
Comments
Please login to add comments.