diff options
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 |