From 5e77aa98f69d1513c25d1adf92f096e393687381 Mon Sep 17 00:00:00 2001 From: Abdullah Havaldar Date: Tue, 29 Nov 2022 17:53:14 -0800 Subject: inside output comment --- BlankConsoleLab/CST116-Lab3-Havaldar.cpp | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3