Palindromes

This Java program allows users to input a sentence and determines if it is a palindrom. All non-alphabetic characters including blanks, tabs, and punctuations are stripped from the sentence and the remaining characters are converted to Upper-Case for comparison of characters.

Implementation details: