...

/

Ask the User

Ask the User

Get user input from the console using cin.

You’ve printed messages. You’ve stored the text. Now, it’s time for your program to listen. In this lesson, you’ll use cin to get user input from the keyboard.

Goal

You’ll aim to:

  • Use cin to take input. ...