Question: What code do I put in it if I make solution of the picture? Problem I have to use this code and put another code
Download the zipped file Unzip the zip file It contains a VB project. The project is a guessing game program. The program generates a random number between 1 and 100 and invites the user to guess the random number. At each guess, the game tells the user something about the guess - the guess is too high, too low, or equal to the random number. The game ends when the user guesses the random number Write two versions of the game wherein the game ends as soon as the user guesses the random number or the number of wrong guesses is seven. Use a while loop to write the first version. Use an until to write the second version. Programs that stop loops by means of compound conditions earn the most points. Programs that stop loops by means of Exit Do commands earn fewer points. Extra credit for programs that display a guess's number. For example, the input box displays the message Enter Guess 1
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
