QUESTION
Write a GUI-based program that plays a guess-the-number game in which the roles of the computer and the user are the reverse of what they are in the Case Study of this chapter. In this version of the game, the computer guesses a number between 1 (lowerBound) and 100 (upperBound) and the user provides the responses.
Be sure to use the field names provided in the comments in your starter code.
An example of the program is shown below:
Is the number 50?
Too small Too large correct new game
Guessing 79
2.
Guessing 18 and resetting game
Related Questions