diff options
| author | Joe Traver <[email protected]> | 2022-11-26 22:26:18 -0800 |
|---|---|---|
| committer | Joe Traver <[email protected]> | 2022-11-26 22:26:18 -0800 |
| commit | fdf7bfce274fe6b2d05524f3bb6f6e3785983312 (patch) | |
| tree | cd260b4730cbcefbff49ceee39f30cb63933fa34 /BlankConsoleLab | |
| parent | Up to tutor need (diff) | |
| download | cst116-lab3-joetraver30-fdf7bfce274fe6b2d05524f3bb6f6e3785983312.tar.xz cst116-lab3-joetraver30-fdf7bfce274fe6b2d05524f3bb6f6e3785983312.zip | |
Added functions for final statistics and need tutor help to tweak the remainder of the program to get up to parr
Diffstat (limited to 'BlankConsoleLab')
| -rw-r--r-- | BlankConsoleLab/BlankConsoleLab.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/BlankConsoleLab/BlankConsoleLab.cpp b/BlankConsoleLab/BlankConsoleLab.cpp index 434d943..7292a4c 100644 --- a/BlankConsoleLab/BlankConsoleLab.cpp +++ b/BlankConsoleLab/BlankConsoleLab.cpp @@ -148,7 +148,6 @@ void PassengerCount(int psgr[], int counter, int pplt) // counter isnt being bro } cout << endl << "Total number of passengers transported: " << pplt << endl; - } void TotalPaid(int tfare[], int counter, int paid) // counter isnt being brought in @@ -162,7 +161,6 @@ void TotalPaid(int tfare[], int counter, int paid) // counter isnt being brought } cout << "Total fairs paid: " << paid << endl; - } void AverageCostPerPerson(int paid, int pplt, int ACM) |