View Single Post
Newbie Member
16Sep2007,20:39  
[LinkZ]'s Avatar
Write a program that uses a stack to determine if a string is a palindrome (i.e, the string is spelled identically backward and forward). The program should ignore spaces and punctuation.

Sample output:
Enter a line of text:
able was i ere i saw elba
“able was i ere i saw elba” is a palindrome

Enter a line of text:
this is not a palindrome
“this is not a palindrome” is not a palindrome

Help please guys =(