Introduction
We use input to let the user give information to the program. This helps the program do different things based on what the user wants.
When you want to ask the user for their name.
When you need the user to enter a number to calculate something.
When you want to get a choice from the user to decide what to do next.
When you want to read a line of text from the user.
When you want to get multiple pieces of information from the user.