diff options
| author | Andrei F <[email protected]> | 2022-11-30 17:55:45 -0800 |
|---|---|---|
| committer | Andrei F <[email protected]> | 2022-11-30 17:55:45 -0800 |
| commit | ac4e3ea1cb2f2f01c15f38ae89455bd51e2a192a (patch) | |
| tree | 9953d44c2fa53499d4644908bd9d6984768228b8 | |
| parent | Added documentation (diff) | |
| download | cst116-lab3-florea-ac4e3ea1cb2f2f01c15f38ae89455bd51e2a192a.tar.xz cst116-lab3-florea-ac4e3ea1cb2f2f01c15f38ae89455bd51e2a192a.zip | |
6th commit
| -rw-r--r-- | Lab3/CST116-Lab3-Florea.cpp | 1 |
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; - } |