Introduction
We use cin to get information from the user and cout to show information on the screen.
When you want to ask the user to type their name.
When you need to get numbers from the user to do math.
When you want to show messages or results to the user.
When you want to make a simple interactive program.
When you want to read and write data in a console application.