You now control input and output in C++.
cin reads data from the user
getline reads entire lines including spaces
cout displays output with optional formatting
Handle bad input to prevent crashes
Good job. You can now interact with users. Next, you will learn operators to perform calculations and make decisions.