From fdf7bfce274fe6b2d05524f3bb6f6e3785983312 Mon Sep 17 00:00:00 2001 From: Joe Traver Date: Sat, 26 Nov 2022 22:26:18 -0800 Subject: Added functions for final statistics and need tutor help to tweak the remainder of the program to get up to parr --- BlankConsoleLab/BlankConsoleLab.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'BlankConsoleLab') 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) -- cgit v1.2.3