diff options
| author | Taylor Rogers <[email protected]> | 2022-11-28 15:37:22 -0800 |
|---|---|---|
| committer | Taylor Rogers <[email protected]> | 2022-11-28 15:37:22 -0800 |
| commit | 98d67a5ac61746a891775ca41bc1fb013725d7b0 (patch) | |
| tree | bd143dd11427d34600a4f0f2e664490d33ee6b12 | |
| parent | Added output for the write file function (diff) | |
| download | cst116-lab3-taylorrog-98d67a5ac61746a891775ca41bc1fb013725d7b0.tar.xz cst116-lab3-taylorrog-98d67a5ac61746a891775ca41bc1fb013725d7b0.zip | |
Removed original report file
| -rw-r--r-- | BlankConsoleLab/lab3_Report.txt | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/BlankConsoleLab/lab3_Report.txt b/BlankConsoleLab/lab3_Report.txt deleted file mode 100644 index fb51871..0000000 --- a/BlankConsoleLab/lab3_Report.txt +++ /dev/null @@ -1,13 +0,0 @@ -Here is the Output File - -Pickup Dropoff Passengers Distance Fare Toll Total Cost per Mile -129 7 3 1.3 7.5 0 7.5 5.76923 -36 69 1 11.41 32 5.76 37.76 3.30938 -7 41 1 4.6 15 5.76 20.76 4.51304 -150 61 2 6.75 23 0 23 3.40741 -112 17 1 3.84 15 0 15 3.90625 - -Total Records: 5 -Total Passengers: 8 -Total Cost: 104.02 -Average Cost: 13.0025 |