Check whether the given number is a palindrome.
INTRODUCTION Write a program to Check whether the given number is a palindrome. A palindrome number is a number that is as same as the original number when it is reversed. APPROACH: To check whether the given number is palindrome or not, we will check the number by reversing it and comparing it with the …
Check whether the given number is a palindrome. Read More »