Question: This assignment will give you practice with while loops and pseudorandom numbers. You are going to write a program that allows the user to play
This assignment will give you practice with while loops and pseudorandom numbers. You are going to write a program that allows the user to play a simple guessing game in which your program thinks up an integer and allows the user to make guesses until the user gets it right. For each incorrect guess you will tell the user whether the right answer is higher or lower. Your program is required to exactly reproduce the format and behavior of the log of execution at the end of this writeup
At a minimum, your program should have the following static methods in addition to method main:
a method that introduces the game to the user
a method to play one game with the user just one game, not multiple games
a method to report overall results to the user
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
