From 675346045e43765c6e6a5e8eb2a0d019e9ec7070 Mon Sep 17 00:00:00 2001 From: jacobdw22 Date: Tue, 29 Nov 2022 18:51:15 -0800 Subject: Lab basically complete --- BlankConsoleLab/cst116-lab3-wilson.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BlankConsoleLab/cst116-lab3-wilson.cpp') diff --git a/BlankConsoleLab/cst116-lab3-wilson.cpp b/BlankConsoleLab/cst116-lab3-wilson.cpp index c6e97b7..8a24709 100644 --- a/BlankConsoleLab/cst116-lab3-wilson.cpp +++ b/BlankConsoleLab/cst116-lab3-wilson.cpp @@ -33,7 +33,7 @@ void WriteOutputFile(ofstream& outFile, int pick[], int drop[], int void PrintTotalsAndSummary(ofstream& out, int totalRecords, int psgr[], int num_psgr, float fare[], float toll[], float total_fare); //Defines function that prints total records to screen and output file int NumPsgr(int psgr[], int num_psgr, int totalRecords); //Defines function that calculates the number of passengers total -float TotalPaid(float fare[], float toll[], float total_fare, int totalRecords); //Defines function that calculates the total paid +float TotalPaid(float fare[], float toll[], float total_fare, int totalRecords); //Defines function that calculates the total paid ///////////////////////////// Main Function ///////////////////////////// -- cgit v1.2.3