diff options
| author | prestonderek <[email protected]> | 2022-11-19 22:04:20 -0800 |
|---|---|---|
| committer | prestonderek <[email protected]> | 2022-11-19 22:04:20 -0800 |
| commit | 8d09c1ab6590e7100bb05450a06146b754211a16 (patch) | |
| tree | 148dacca9cd3a1e2dd8b0b18bb768ae690752ca7 /BlankConsoleLab/BlankConsoleLab.cpp | |
| parent | Comments (diff) | |
| download | cst116-lab3-prestonderek-8d09c1ab6590e7100bb05450a06146b754211a16.tar.xz cst116-lab3-prestonderek-8d09c1ab6590e7100bb05450a06146b754211a16.zip | |
Comments
Diffstat (limited to 'BlankConsoleLab/BlankConsoleLab.cpp')
| -rw-r--r-- | BlankConsoleLab/BlankConsoleLab.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BlankConsoleLab/BlankConsoleLab.cpp b/BlankConsoleLab/BlankConsoleLab.cpp index 21ce9eb..3460490 100644 --- a/BlankConsoleLab/BlankConsoleLab.cpp +++ b/BlankConsoleLab/BlankConsoleLab.cpp @@ -162,7 +162,7 @@ void WriteOutputFile(ofstream& outFile, int pickup[], int dropoff[], int << endl; } } - +//The print totals and summary lets you know how many records are added at the end of the console or output file. void PrintTotalsAndSummary(ofstream& outFile, int totalRecords) { // To screen |