diff options
| author | jacobdw22 <[email protected]> | 2022-11-05 16:31:08 -0700 |
|---|---|---|
| committer | jacobdw22 <[email protected]> | 2022-11-05 16:31:08 -0700 |
| commit | df5ea9520fcdef9c671397cedcdc4f0288e5001e (patch) | |
| tree | 74c997dec001e22a5f68ca6763c074003d47c07d /LabResults.txt | |
| parent | fixed wind chill equation (diff) | |
| download | cst116-lab2-jacobdw22-df5ea9520fcdef9c671397cedcdc4f0288e5001e.tar.xz cst116-lab2-jacobdw22-df5ea9520fcdef9c671397cedcdc4f0288e5001e.zip | |
Run Results file completed
Diffstat (limited to 'LabResults.txt')
| -rw-r--r-- | LabResults.txt | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/LabResults.txt b/LabResults.txt index bfe34d2..25cdf19 100644 --- a/LabResults.txt +++ b/LabResults.txt @@ -1 +1,11 @@ -RunResults
\ No newline at end of file +-----RunResults----- + +Please enter a temperature between -62 and 49.5 degrees Celsius: 50 +Please enter a temperature between -62 and 49.5 degrees Celsius: 40 + 40 Degrees Celsius is approximately 104 Degrees Fahrenheit + +Please enter the wind speed between 0 and 231 mph: 300 +Please enter the wind speed between 0 and 231 mph: 200 + + The windspeed is 200 mph. + The wind chill is: 120.708
\ No newline at end of file |