Question: Create a game that asks the user to guess the number between 0 and 100 automatically generated by your C++ code. Requirements: The user has

 Create a game that asks the user to guess the number

Create a game that asks the user to guess the number between 0 and 100 automatically generated by your C++ code. Requirements: The user has 7 attempts available to find the number The game displays clues to help the user guess the number at each attempt (go lower or higher) Your code should not use functions (to be seen in the next module where you will rewrite this program) Your code should use at least one control structure Your code should use a random number generator to generate a new random number to guess for each game

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!