Question: Exercise 2 [3 marks] Write a short recursive Java method that determines if a string s is a palindrome, that is, it is equal to
![Exercise 2 [3 marks] Write a short recursive Java method that](https://dsd5zvtm8ll6.cloudfront.net/si.experts.images/questions/2024/09/66f3d3920c423_44166f3d391961de.jpg)
Exercise 2 [3 marks] Write a short recursive Java method that determines if a string s is a palindrome, that is, it is equal to its reverse. Examples of palindromes include 'racecar' and 'gohangasalamiimalasagnahog'. Test the method by asking the user to provide string entries to be checked. Hint: Check the equality of the first and last characters and recur (but be careful to return the correct value for both odd- and even-length strings)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
