Question: Write a program that generates a random number between 1 and 100. Your program should then ask the player to guess the value. Guesses should

Write a program that generates a random number between 1 and 100. Your program should then ask the player to guess the value. Guesses should be counted and the player told after each incorrect guess whether the guess was too high or too low, and then the player should be asked for another guess. When the player has found the correct number, your program should display the number of guesses used. The program should stop, after the seventh guess or if the correct guess was made. Include a statement at the beginning of the cpp file with your name and course code, ex: //Miguel Long MAC102 Provide the cpp file AND a screenshot of the program while running. Value: 20/200 added to Quiz 2 grade
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
