Question: eraltainstructure.com/courses/20399/assignments/104215 Guessing Game Lab Write a program that generates a random number between 1 and 100, and asks the user to guess the number. Use
eraltainstructure.com/courses/20399/assignments/104215 Guessing Game Lab Write a program that generates a random number between 1 and 100, and asks the user to guess the number. Use a loop that repeats until the user guesses the correct number Write your program using an enumerated data type: enum Guess ( LOW,CORRECT, HIGH Guess guess If the guess is too high, the program displays: Too high, try again If the guess is too low, it displays: Too low, try again If the guess is correct, it displays: Congratulations! You figured out my number in X tries where X is the number of guesses. AVA se enum ues Low, CORRECT, H
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
