Question: Must be done in Visual Studio Write a program that generates a random number between 1 and 100 and asks the user to guess what

Must be done in Visual Studio

Write a program that generates a random number between 1 and 100 and asks the user to guess what the number is. If the users guess is higher than the random number, the program should display Too high, try again. If the user guesses is lower than the random number, the program should display Too low, try again. The program should use a loop that repeats until the user correctly guesses the random number. Keep a count of the number of guesses that the user makes. When the user correctly guesses the random number, the program should display the number of guesses. When a correct number is guess and the program displays the number of guesses then ask the user Do you want to guess again?. If the answer is yes then generate a new random number, clear the screen and start the guessing over.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!