Introduction
We use input to let the user tell the program what they want. It makes programs interactive and personal.
When you want to ask the user their name to greet them.
When you need the user to enter a number for a calculation.
When you want to get feedback or choices from the user.
When you want to customize what the program does based on user answers.