Tuesday, August 9, 2011

In Java, Can you help me finish this Hangman game?

Have it generate a random number. Use the standard 0-1 and multiply it by the number of words in the list, casting it as an int to round it off. Then have a file reader go through that many words and use the one on which it lands.

No comments:

Post a Comment