Problem
1. Provide pseudocode for a recursive method that removes punctuation marks from a string, using the answers to Self Checks 6-8.
2. Do we have to give the same name to both is Palindrome methods?
3. When does the recursive is Palindrome method stop calling itself?