diff options
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 |