Concept Flow - Using Scanner class
Start Program
Create Scanner object
Prompt user for input
Wait for user input
Read input using Scanner
Store input in variable
Use input in program
Close Scanner
End Program
The program creates a Scanner to read user input, waits for input, stores it, uses it, then closes the Scanner.