From 26d9c1afff20a0c859f239319cc1c9d56911284f Mon Sep 17 00:00:00 2001 From: Wyatt Date: Wed, 30 Nov 2022 16:12:32 -0800 Subject: outputs --- small_output.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 small_output.txt (limited to 'small_output.txt') 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 -- cgit v1.2.3