Computer Science, asked by anitmathew96901, 5 months ago

Write a program to check whether the given number is a palindrome or not.​

Answers

Answered by AkashKumar372
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