logo CodeStepByStep logo

You are working on problem set: Unit 4 ( Pause)

isPalindrome

Language/Type: Java recursion string return
Related Links:

Write a recursive method named isPalindrome that accepts a string parameter and returns true if the string is the same forwards as backwards, ignoring capitalization. For example, the call of isPalindrome("Madam") should return true.

Constraints: Do not declare any global variables or any auxiliary data structures. Do not use any loops; you must use recursion.

Method: Write a Java method as described, not a complete program or class.

You must log in before you can solve this problem.

Log In

Need help?

Stuck on an exercise? .

If something seems wrong with our site, please

Is there a problem? Contact us.