Below is the C++ implementation of the pseudo code we wrote last week for a program that picks a random number, reads in the user's guess, then reports if it's too high, too low, or exactly right. This program only gives the user one guess. Modify the program so that it keeps giving the user guesses until they guess correctly.
158255340002/24/202009:10am
Additional Comments:
Rubric
Can't change a rubric once you've started using it.