Question: A palindrome integer is one that reads the same from left to right and from right to left. Write a Java program that prompts a

A palindrome integer is one that reads the same from left to right and from right to left. Write a Java program that prompts a user to enter any strings of length between 2 and 20 and determines whether it is a palindrome. Should the user enter a string too short or too long, your program should warn the user to enter a string in the range [2.....20] and prompt him/her to try again. Your output | should contain five non-trivial test-runs, including at least two cases of actual palindromes of length of at least 10
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
