Quiz: Ask the User
Review your knowledge of capturing user input using cin in C++ and how to use it to make programs interactive. This quiz ensures you understand input handling before building a program that responds to user data.
We'll cover the following...
We'll cover the following...
In the previous lesson, you learned how to make your program interactive using cin. ...