Write a program to determine if a string is a palindrome
Anonymous
You could show some sophistication and use Stack for pushing and popping as you traverse. Or use some complicated logic using in for loop.
Check out your Company Bowl for anonymous work chats.