Concept Flow - Why command line arguments are used
Start Program
Read Command Line Arguments
Use Arguments in Program
Perform Actions Based on Arguments
End Program
The program starts, reads the command line arguments given by the user, uses them to decide what to do, then finishes.
