Determine whether or not it is a palindrome


Write a program that uses a method called palindrome ( ) to determine if a number input by the user is a palindrome or not. For example 1221 is a palindrome since it can be read the same way forwards and backwards.
The numbers input can be between 2 - 6 digits long. The programme should be able to determine what the length of the digit is and hence appropriately determine whether or not it is a palindrome. If the number is 1 digit long or more that 6 digits, the program should display an error message and allow the user to enter the number again.
On one output dialog box, this program should display the length of the digits entered and whether or not it is a palindrome

Request for Solution File

Ask an Expert for Answer!!
Programming Languages: Determine whether or not it is a palindrome
Reference No:- TGS066530

Expected delivery within 24 Hours