Concept Flow - Basic input concepts
Start program
Prompt user for input
Wait for user to type
User presses Enter
Read input into variable
Use input in program
End program
The program starts, asks the user for input, waits for the user to type and press Enter, then reads and stores the input for use.