I have a list of about 200 words that I basically want to have user input check against and then output the unscrambled word
e.g.: if i enter 'ebraze' it should come back with 'zebra'
there is no case of multiple possible outcomes for the input letters...
this is beyond my simple mind so anything would definitely be a HUGE help
(besides obviously having all the words in a list or array... duh)
thanks!