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 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
Get step-by-step solutions from verified subject matter experts
