Question: Write a Java program that calculates a random number 1 through 100. The program then asks the user to guess the number.If the user guesses
Write a Java program that calculates a random number 1 through 100. The program then asks the user to guess the number.If the user guesses too high or too low then the program should output "too high" or "too low" accordingly.The program must let the user continue to guess until the user correctly guesses the number.Modify the program to output how many guesses it took the user to correctly guess the right number.Modify the program so that instead of the user guessing a number the computer came up with, the computer guesses the number that the user has secretly decided. The user must tell the computer whether it guessed too high or too low.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
