From 838e666c5bf4e07d31865ac3ac4465ac5eb90172 Mon Sep 17 00:00:00 2001 From: jacobdw22 Date: Tue, 29 Nov 2022 17:13:01 -0800 Subject: Changed Large and Small Results.txt files to account for the change to float for total paid and average cost per person. --- LabResultsLarge.txt | 4 ++-- LabResultsSmall.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/LabResultsLarge.txt b/LabResultsLarge.txt index b49c88c..2dffe4e 100644 --- a/LabResultsLarge.txt +++ b/LabResultsLarge.txt @@ -199,6 +199,6 @@ Cost per mile: 3.68421 ** People Transported: 100 ** - ** Total Paid (rounded down to nearest dollar): 1052 ** - ** Average Cost Per Person(Rounded down to nearest dollar: 10 ** + ** Total Paid: 1052.04 ** + ** Average Cost Per Person: 10.5204 ** The End 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 -- cgit v1.2.3