Skip to Main Content

New to Java

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Scramble Words from text file

807601Dec 10 2007 — edited Dec 10 2007
Hello 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/
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 7 2008
Added on Dec 10 2007
8 comments
897 views