Introduction
We use cin to get information from the user while the program is running. It helps the program learn what the user wants.
When you want the user to type their name.
When you need numbers from the user to do math.
When you want to ask the user a question and get their answer.
When you want to make the program interactive.
When you want to read multiple pieces of information one after another.