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