Hey jaysoncutie,

I attempted to compile your code and I get an error in the Palindrome class here:



if(!theStack.empty() && input.charAt(j) == theStack.peek()){
"Incompatable operand types...