diff options
| author | Joe Traver <[email protected]> | 2022-11-26 21:35:06 -0800 |
|---|---|---|
| committer | Joe Traver <[email protected]> | 2022-11-26 21:35:06 -0800 |
| commit | 9170d18520e9702b8a9a2c7fe39ddd7df83e0a34 (patch) | |
| tree | 8e6ef008e7b24d01c968b8907240082552496692 | |
| parent | Made header and fomatted (diff) | |
| download | cst116-lab3-joetraver30-9170d18520e9702b8a9a2c7fe39ddd7df83e0a34.tar.xz cst116-lab3-joetraver30-9170d18520e9702b8a9a2c7fe39ddd7df83e0a34.zip | |
Footer formatting
| -rw-r--r-- | BlankConsoleLab/BlankConsoleLab.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/BlankConsoleLab/BlankConsoleLab.cpp b/BlankConsoleLab/BlankConsoleLab.cpp index 12db7c6..70311c5 100644 --- a/BlankConsoleLab/BlankConsoleLab.cpp +++ b/BlankConsoleLab/BlankConsoleLab.cpp @@ -131,8 +131,8 @@ void WriteOutputFile(ofstream& outFile, int pick[], int drop[], int psgr[], floa void PrintTotalsAndSummary(ofstream& outFile, int totalRecords) { - cout << "\n\n\t** Total Records: " << totalRecords << " **\n" - << "\t\t The End \n"; + cout << "\n\n\t\t\t\t\t\t** Total Records: " << totalRecords << " **\n" + << "\t\t\t\t\t\t\t The End \n"; outFile << "\n\n\t** Total Records: " << totalRecords << " **\n" |