From ac4e3ea1cb2f2f01c15f38ae89455bd51e2a192a Mon Sep 17 00:00:00 2001 From: Andrei F Date: Wed, 30 Nov 2022 17:55:45 -0800 Subject: 6th commit --- Lab3/CST116-Lab3-Florea.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'Lab3/CST116-Lab3-Florea.cpp') diff --git a/Lab3/CST116-Lab3-Florea.cpp b/Lab3/CST116-Lab3-Florea.cpp index 6b9a7c7..594e1ea 100644 --- a/Lab3/CST116-Lab3-Florea.cpp +++ b/Lab3/CST116-Lab3-Florea.cpp @@ -116,5 +116,4 @@ void displayData(int trip[], int pick[], int drop[], int passenger[], float dist cout << setw(width) << "Total paid: " << total_cost << endl; cout << setw(width) << "Average cost per person: " << total_cost / total_people << endl; - } -- cgit v1.2.3