retriever% a.out This program checks for palindromes. End the program by entering a blank line. String: noon 'noon' is a palindrome. String: level 'level' is a palindrome. String: that 'that' is not a palindrome. String: Madam I'm Adam 'Madam I'm Adam' is not a palindrome. String: able was I ere I saw elba 'able was I ere I saw elba' is a palindrome. String: retriever% retriever% a.out This program checks for palindromes. End the program by entering a blank line. String: Noon 'Noon' is not a palindrome. String: Level 'Level' is not a palindrome. String: Able was I ere I saw Elba. 'Able was I ere I saw Elba.' is not a palindrome. String: retriever%