Situation:
You have a file with data that you want to process. The amount of data in the file could change.
Actions:
Use a Do-Loop
to read data from the file. Loop until the program reaches EOF (end of file). See a flowchart and code in the this pattern's Explanation.
Explanation: