Build a Guessing Game Application using C++
12 ratings

Use the C++ standard input stream to input data from the user and store it in a variable.
Employ a C++ decision construct to compare a guess with a random number.
Use a while loop to allow for more than one guess.