summaryrefslogtreecommitdiff
path: root/Lab3/CST116-Lab3-Florea.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Lab3/CST116-Lab3-Florea.cpp')
-rw-r--r--Lab3/CST116-Lab3-Florea.cpp1
1 files changed, 0 insertions, 1 deletions
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;
-
}