Concept Flow - Using cin for input
Start Program
Prompt User
Wait for Input
User Types Value
cin Reads Value
Store in Variable
Use Variable in Program
End Program
The program waits for the user to type input, reads it using cin, stores it in a variable, and then uses that value.