Your mission is to find palindromes. A palindrome is a word spelled the same forward and backwards. There is a dictionary available here.


Points Task

Basic

1 Can read the list of words.
1 Can determine at run time the number of words read.
1 Have a function that given a word, says true or false checking for palindrome-hood.
1 Can print all the palindromes.
4 Can make a file of palindromes.
1 Turned in in person by Thursday Sep 10th at 4pm


Advanced
1 Can get the list of words into an array of strings.
1 Can print the longest palindrome found.
1 Can make an array with just the answers and print them.
1 Convert everything to lower case before palindrome-checking.
1 Print every two-letter palindrome, then every three letter palindrome, then four letters, etc.


-1 Every class day after (max -3)


This is out of 14 points. My guess is that 10 is a B-strudent score.