Write a program to find if a string is a palindrome.
Make it case insensitive.
Eg. "MADAM" - returns true
"ROB" - returns false
"Madam" - returns true
"mADaM" - returns true
"WhaWha"- returns false
Friday, May 9, 2008
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment