summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--BlankConsoleLab/cst116-lab3-wilson.cpp2
1 files changed, 1 insertions, 1 deletions
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 /////////////////////////////