Question: PROGRAM SHOULD BE IN C++ A Better Random Number Guessing Game Keep a running count of the number of guesses the user makes When the
PROGRAM SHOULD BE IN C++
A Better Random Number Guessing Game
Keep a running count of the number of guesses the user makes
When the user correctly guesses the random number, the program should display the number of guesses it took to guess the number.
The user should be able to play the game as many times as they wish without having to restart the program (e.g. you will need to use a loop that tests a Boolean variable such as keepPlaying if the user wants to keep playing, then keepPlaying = true, otherwise keepPlaying = false).
Remember:
For each problem, include several test runs of the program to show successful runs of your program, with both valid and invalid data (to show that you are checking for invalid data)
Please ensure the program is well designed and follows accepted style guidelines (e.g. variable naming, indentation, spacing).
Please ensure the program is well documented, including the overall purpose of the program and documenting all the major sections of the code.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
