Introduction
We use input handling to get information from the user while the program is running. This lets the program react to what the user types.
When you want to ask the user for their name.
When you need to get a number from the user to do math.
When you want the user to choose an option from a menu.
When you want to read a line of text from the user.
When you want to pause the program until the user presses Enter.