Computer Science, asked by puzathakuri236, 6 hours ago

WAP to check whether the number entered by the user is palindrome or not.​

Answers

Answered by Anonymous
2

Answer:

Logic to check palindrome number

Find reverse of the given number. Store it in some variable say reverse . Compare num with reverse . If both are same then the number is palindrome otherwise not.

Explanation:

Hope this helps

Similar questions