summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--BlankConsoleLab/CST116-Lab3-Havaldar.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/BlankConsoleLab/CST116-Lab3-Havaldar.cpp b/BlankConsoleLab/CST116-Lab3-Havaldar.cpp
index 3833d43..3eb39a5 100644
--- a/BlankConsoleLab/CST116-Lab3-Havaldar.cpp
+++ b/BlankConsoleLab/CST116-Lab3-Havaldar.cpp
@@ -41,6 +41,7 @@ int main()
int totalPpl = 0;
double totalCost = 0;
+ //write the column headers
cout << left;
cout << setw(20) << "Trip"
<< setw(20) << "Pickup"