**New** The program now checks any 'word' that adds up to 100 against a list of known dollar words. No more typing in, 'YYYY.' A dollar word is a word that adds up to 100 when each letter is added up according to the following pattern. a=1, b=2, c=3,..., y=25, z=26. This program will check to see the value of the word you type. See if you can find a dollar word! Tell us in the comments if you found a dollar word and what it is!
Added a few global variables. I haven't ever used any yet so it will be cool to see them slowly rise.