summaryrefslogtreecommitdiff
path: root/BlankConsoleLab
diff options
context:
space:
mode:
Diffstat (limited to 'BlankConsoleLab')
-rw-r--r--BlankConsoleLab/BlankConsoleLab.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/BlankConsoleLab/BlankConsoleLab.cpp b/BlankConsoleLab/BlankConsoleLab.cpp
index 3460490..43573e0 100644
--- a/BlankConsoleLab/BlankConsoleLab.cpp
+++ b/BlankConsoleLab/BlankConsoleLab.cpp
@@ -69,6 +69,7 @@ int ReadData(ifstream& inFile, int pickup[], int dropoff[], int psgrs[], float d
inFile >> pickup[counter] >> dropoff[counter] >> psgrs[counter] >>
dist[counter] >> fare[counter] >> toll[counter]; // Priming Read
+ //This writes the headers before the data is printed in the console.
cout << setw(5) << "Pickup: ";
cout << setw(10) << " Dropoff:";
cout << setw(12) << "Psgrs:";