Question: Palindrome is a string which is spelled the same way forwards and backwards (Example: abba). Write a program (using recursion), on the template provided below,

Palindrome is a string which is spelled the same way forwards and backwards (Example: abba). Write a program (using recursion), on the template provided below, that will check if a given string is a palindrome ignoring spaces, punctuation marks, and all characters different than lowercase letters in the string. Test your program with the following strings: "a man, a plan, a canal panama" "
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
