Continue in your file named Apr29_StringManipulation2.java, and submit to the google drive: here when you are finished!
// HW
Problem 1 // Create a palindrome checker that works with empty spaces // race car // r a c e c a r Problem 2 // Create a palindrome checker that works with every other character and empty spaces (note you have to check two cases for "every other" character, denoted with the capital letters below) // r B c D c B r - true // R b C d C x R - true
You can reach out to me at ddjapri@ayclogic.com if you have any questions!
You can find class notes here.