Scramble Words from text file
807601Dec 10 2007 — edited Dec 10 2007Hello all, I need some help out here or some ideas on how to get started with this:
Write a program that will play the scramble word problem. The player is presented with a scrambled word and is asked to enter the unscrambled word. You are to generate the scrambled word by selecting a word from a .txt file of words, the word to be scrambled is to be selected at random from the file and the letters in the selected word are to be randomly scrambled. Advise the player if they are correct or not, player is given three chances to guess the correct word, player is allowed to play until they no longer want to play.
any advice will be greatly appreciated/