Question: JAVA For this week's lab we will be creating two separate methods to detect if a user entered string is a palindrome. The first method

JAVA

For this week's lab we will be creating two separate methods to detect if a user entered string is a palindrome. The first method should ONLY use the string class and/or character class and should compare one character at a time working from the outside in.

The second method should use the StringBuilder class and can use any method of that class.

Note: Special characters, character case, and spaces should be ignored.

Example palindromes follow:

racecar

RaceCar

!Race Car

Ra!ceCar

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!