Question: C PROGRAMING Create a program that generates a random number from 1 to 100. Then, ask the user to guess the random number. If the

 C PROGRAMING Create a program that generates a random number from1 to 100. Then, ask the user to guess the random number.

C PROGRAMING

Create a program that generates a random number from 1 to 100. Then, ask the user to guess the random number. If the user's guess is too high, then the program should print "Too High, Try again". If the user's guess is too low, then the program should print "Too low, Try again". Use a loop to allow the user to keep entering guesses until they guess the random number correctly. Once they figure it, display the number of guesses used and congratulate the user. Hint: Make sure to generate the random number only once; otherwise, they will probably never finish. RANDOM NUMBER GAME.png Start OL Generate random number User enters guess guess is low -Yes - display "too low" Yes No guess is high -Yesdisplay "too high" No guess != random No End Program

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!