summaryrefslogtreecommitdiff
path: root/Lab3
diff options
context:
space:
mode:
authorAndrei F <[email protected]>2022-11-30 17:55:45 -0800
committerAndrei F <[email protected]>2022-11-30 17:55:45 -0800
commitac4e3ea1cb2f2f01c15f38ae89455bd51e2a192a (patch)
tree9953d44c2fa53499d4644908bd9d6984768228b8 /Lab3
parentAdded documentation (diff)
downloadcst116-lab3-florea-ac4e3ea1cb2f2f01c15f38ae89455bd51e2a192a.tar.xz
cst116-lab3-florea-ac4e3ea1cb2f2f01c15f38ae89455bd51e2a192a.zip
6th commit
Diffstat (limited to 'Lab3')
-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;
-
}