Write a program that generates a random number from 1 through 100 and allows the user to guess the number. After each guess, display a message that informs the user if the guess was too high, too low, or correct. Allow the user to play until the number is guessed correctly, and then display a count of the number of guesses that were needed. (Appendix E contains information on how to generate a random number.) Save the program as LoopingGuessingGame.cpp.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.