Build a Number Guessing Game
Build a playable guessing game with loop + logic.
We'll cover the following...
We'll cover the following...
You’ve learned input, loops, and logic, now let’s put it all together into your first C++ mini game.
Goal
You’ll aim to:
Use
whileloops to allow repeated guesses.Use
rand()to generate a ...