Question

6. (Palindrome number A number is a palindrome if it reads the same from right to left and from left to right, for example 676 is a palindrome number) Write

a program that prompts the user to enter a three-digit integer number and determines whether it is a palindrome number or not

Fig: 1