diff options
| author | Wyatt <[email protected]> | 2022-11-30 16:12:32 -0800 |
|---|---|---|
| committer | Wyatt <[email protected]> | 2022-11-30 16:12:32 -0800 |
| commit | 26d9c1afff20a0c859f239319cc1c9d56911284f (patch) | |
| tree | cfce96ef7b25927adb034e9e6096030166786a93 /small_output.txt | |
| parent | guh (diff) | |
| download | cst116-lab3-johnson-master.tar.xz cst116-lab3-johnson-master.zip | |
Diffstat (limited to 'small_output.txt')
| -rw-r--r-- | small_output.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/small_output.txt b/small_output.txt new file mode 100644 index 0000000..25bc89b --- /dev/null +++ b/small_output.txt @@ -0,0 +1,12 @@ +Please input the location of the data file. +C:\Users\wythe\Desktop\Homework\C++\cst116-lab3-johnson\small.txt + +|Ride # |Passengers|Distance |Fare Cost| Toll $ |Total $ |$Per Mile| +|1 |3 |1.3 |7.5 |0 |7.5 |5.77 | +|2 |1 |11.4 |32 |5.76 |37.8 |2.8 | +|3 |1 |4.6 |15 |5.76 |20.8 |3.26 | +|4 |0 |0 |0 |0 |0 |0 | + + + Grand Total: 66$ + Total Passengers: 5
\ No newline at end of file |