Question
Write a Guess the Number game that generate a number between 1 and 10. The computer picks a random number in that range and prompts
Write a Guess the Number game that generate a number between 1 and 10.
The computer picks a random number in that range and prompts the player to guess that number. Each time the player guesses, the computer should give the player a hint as to whether the number is too high or too low. The computer should also keep track of the number of guesses. if the number of guesses is larger than 3, the computer will end the game and prompt "Better luck next time". Once the player guesses the correct number, the computer should present the number of guesses.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started