diff options
Diffstat (limited to 'BlankConsoleLab/CST116-Lab3-Havaldar.cpp')
| -rw-r--r-- | BlankConsoleLab/CST116-Lab3-Havaldar.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BlankConsoleLab/CST116-Lab3-Havaldar.cpp b/BlankConsoleLab/CST116-Lab3-Havaldar.cpp index 5597f45..b071752 100644 --- a/BlankConsoleLab/CST116-Lab3-Havaldar.cpp +++ b/BlankConsoleLab/CST116-Lab3-Havaldar.cpp @@ -80,6 +80,7 @@ int main() //calculate average avg = totalCost / totalPpl; + //output important stats cout << " " << endl; cout << " " << endl; cout << " " << endl; |