2012-04-07 22:09:29 UTC
So, i have the array set up and have devised a working test to see if a word is a palindrome or not.
Now, how would I set it up so that my loop takes each element of the array, runs my palindrome test on it, and will print out the words that are the palindromes?
Complete beginner here in intro course. All help is greatly appreciated!