Write a program to detect if a string is a palindrome or not?
Anonymous
I answered this question in java using a while loop to iterate from the end indices of the string towards the middle checking for spaces or null characters.
Check out your Company Bowl for anonymous work chats.