diff options
| author | jacobdw22 <[email protected]> | 2022-11-29 17:13:01 -0800 |
|---|---|---|
| committer | jacobdw22 <[email protected]> | 2022-11-29 17:13:01 -0800 |
| commit | 838e666c5bf4e07d31865ac3ac4465ac5eb90172 (patch) | |
| tree | b323c00c1093f2671545c39e41a521a25b9abafd /LabResultsSmall.txt | |
| parent | Allows for the Total Paid to be a floating point number rather than an int, s... (diff) | |
| download | cst116-lab3-jacobdw22-838e666c5bf4e07d31865ac3ac4465ac5eb90172.tar.xz cst116-lab3-jacobdw22-838e666c5bf4e07d31865ac3ac4465ac5eb90172.zip | |
Changed Large and Small Results.txt files to account for the change to float for total paid and average cost per person.
Diffstat (limited to 'LabResultsSmall.txt')
| -rw-r--r-- | LabResultsSmall.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/LabResultsSmall.txt b/LabResultsSmall.txt index 49a8423..c547746 100644 --- a/LabResultsSmall.txt +++ b/LabResultsSmall.txt @@ -31,6 +31,6 @@ Cost per mile: 5.79268 ** People Transported: 14 ** - ** Total Paid (rounded down to nearest dollar): 113 ** - ** Average Cost Per Person(Rounded down to nearest dollar: 8 ** + ** Total Paid: 113.52 ** + ** Average Cost Per Person: 8.10857 ** The End |