Question: Write a java program that will accept a sequence of characters terminated by a period and will decide whether the string - without the period

Write a java program that will accept a sequence of characters terminated by a period and will decide whether the string - without the period - is a palindrome. You may assume that the input contains only letters and blanks and is at most 8- characters long. Include a loop that allows the user to check additonal strings until she or he requests that the program end. (Define a static method isPalindrome that begins as follows.) The program should read the input characters into an array whose base type is char and then the preceding method. The int variable "used" keeps track of how much of the array is used.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!