diff options
| -rw-r--r-- | BlankConsoleLab/CST116-Lab3-Havaldar.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BlankConsoleLab/CST116-Lab3-Havaldar.cpp b/BlankConsoleLab/CST116-Lab3-Havaldar.cpp index a43f352..dcd1fed 100644 --- a/BlankConsoleLab/CST116-Lab3-Havaldar.cpp +++ b/BlankConsoleLab/CST116-Lab3-Havaldar.cpp @@ -60,6 +60,7 @@ int main() double total = fare + toll; //take price per mile for each row double cpm = total / dis; + //output the elements in the file and the calculated vartiables cout << setw(20) << count << setw(20) << pick << setw(20) << drop |