Question: Write a program that prompts the user to enter a three-digit integer and determines whether it is a palindrome number. A number is palindrome if
Write a program that prompts the user to enter a three-digit integer and determines whether it is a palindrome number. A number is palindrome if it reads the same from right to left and from left to right. Here is a sample run of this program:

Enter a three-digit integer: 121 121 is a palindrome Enter a three-digit integer: 123 - 123 is not a palindrome
Step by Step Solution
3.52 Rating (165 Votes )
There are 3 Steps involved in it
Program plan Create a class called Palindrome Initialize the main method with variables x b rever0 r... View full answer
Get step-by-step solutions from verified subject matter experts
