Write a program to check whether the given number is a palindrome or not.
Answers
Answered by
1
Program to Check Palindrome Here, the user is asked to enter an integer. The number is stored in variable n . We then assigned this number to another variable orignalN . Then, the reverse of n is found and stored in reversedN .
Similar questions