Quiz: Ask the User
Test your skills on taking user input with cin and getline().
We'll cover the following...
We'll cover the following...
In the previous lesson, you learned how to make your program interactive using cin
.
You took input from the keyboard, stored ...