diff options
| author | Joe Traver <[email protected]> | 2022-11-28 17:42:59 -0800 |
|---|---|---|
| committer | Joe Traver <[email protected]> | 2022-11-28 17:42:59 -0800 |
| commit | 226f5ec3feafa6a2372fe85f953a63dffeac57c6 (patch) | |
| tree | d02bfb8b7e8f219f1e40be403798d7a5cddb9d26 /BlankConsoleLab | |
| parent | Psuedo code cleanup (diff) | |
| download | cst116-lab3-joetraver30-master.tar.xz cst116-lab3-joetraver30-master.zip | |
Diffstat (limited to 'BlankConsoleLab')
| -rw-r--r-- | BlankConsoleLab/CST116_lab3_joetraver_program output.txt | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/BlankConsoleLab/CST116_lab3_joetraver_program output.txt b/BlankConsoleLab/CST116_lab3_joetraver_program output.txt new file mode 100644 index 0000000..d96b2d3 --- /dev/null +++ b/BlankConsoleLab/CST116_lab3_joetraver_program output.txt @@ -0,0 +1,58 @@ +Pickup location Drop-off location # of ppl Distance Fare Toll Total Fare Cost Per Mile + +129 7 3 1.30 7.50 0.00 7.50 5.77 +36 69 1 11.41 32.00 5.76 37.76 2.80 +7 41 1 4.60 15.00 5.76 20.76 3.26 +150 61 2 6.75 23.00 0.00 23.00 3.41 +112 17 1 3.84 15.00 0.00 15.00 3.91 +80 112 6 1.64 9.50 0.00 9.50 5.79 +256 183 1 16.08 44.50 0.00 44.50 2.77 +138 166 2 7.40 24.50 6.12 30.62 3.31 +142 50 5 1.70 8.00 0.00 8.00 4.71 +107 163 0 3.60 17.00 0.00 17.00 4.72 +132 3 2 19.10 52.00 6.12 58.12 2.72 +48 41 1 4.07 18.00 4.36 22.36 4.42 +132 226 1 14.30 39.00 0.00 39.00 2.73 +229 151 1 3.96 14.50 4.58 19.08 3.66 +238 166 1 0.76 4.50 0.00 4.50 5.92 +151 238 2 0.64 5.00 2.20 7.20 7.81 +138 82 4 3.00 12.00 0.00 12.00 4.00 +264 231 3 10.74 32.50 0.00 32.50 3.03 +170 114 5 2.01 9.00 0.00 9.00 4.48 +186 87 2 3.45 12.00 0.00 12.00 3.48 +209 256 1 3.79 17.00 0.00 17.00 4.49 +132 107 1 17.20 52.00 6.12 58.12 3.02 +232 112 1 3.10 11.00 0.00 11.00 3.55 +164 141 3 2.85 10.50 0.00 10.50 3.68 +129 7 3 1.30 7.50 0.00 7.50 5.77 +36 69 1 11.41 32.00 5.76 37.76 2.80 +7 41 1 4.60 15.00 5.76 20.76 3.26 +150 61 2 6.75 23.00 0.00 23.00 3.41 +112 17 1 3.84 15.00 0.00 15.00 3.91 +80 112 6 1.64 9.50 0.00 9.50 5.79 +256 183 1 16.08 44.50 0.00 44.50 2.77 +138 166 2 7.40 24.50 6.12 30.62 3.31 +142 50 5 1.70 8.00 0.00 8.00 4.71 +107 163 0 3.60 17.00 0.00 17.00 4.72 +132 3 2 19.10 52.00 6.12 58.12 2.72 +48 41 1 4.07 18.00 4.36 22.36 4.42 +132 226 1 14.30 39.00 0.00 39.00 2.73 +229 151 1 3.96 14.50 4.58 19.08 3.66 +238 166 1 0.76 4.50 0.00 4.50 5.92 +151 238 2 0.64 5.00 2.20 7.20 7.81 +138 82 4 3.00 12.00 0.00 12.00 4.00 +264 231 3 10.74 32.50 0.00 32.50 3.03 +170 114 5 2.01 9.00 0.00 9.00 4.48 +186 87 2 3.45 12.00 0.00 12.00 3.48 +209 256 1 3.79 17.00 0.00 17.00 4.49 +132 107 1 17.20 52.00 6.12 58.12 3.02 +232 112 1 3.10 11.00 0.00 11.00 3.55 +164 141 3 2.85 10.50 0.00 10.50 3.68 + + Total number of passengers transported: 100 + Total fairs paid: $1052.04 + Average cost per person: $10.52 + + + ** Total Records: 48 ** + The End |