Question: i need the codes for this visual basic 3. (4 points) Using a loop of your choice write a program that implements a number guessing

i need the codes for this visual basic
3. (4 points) Using a loop of your choice write a program that implements a number guessing game. (The number to be guessed is hard coded into the program e.g. magic_number 57.) Use an Input Box that prompts the user to guess a number between 1 and 100. Then the program will check the guess to see if it matches the number. If the guess is too low the player will be told by a message box that their guess is too low and they will be given a chance to enter a new guess. Similarly, if they enter a number that is too high they will be told that their guess is too high and they will be given a chance to enter another guess. When they guess the number exit the loop and use a message box to inform the user with "Congratulations! You Win!" Example Output. Problem 3 Problem_:3 Guess the magic number between 1 and 100, or enter "QUIT " to stop OK Sorry that is too low. Try again OK Problem 3 Problem_3 Guess the magic number between 1 and 100, or enter "QUIT "to stop OK Congratulations! You win!! 57 OK
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
