diff options
| author | WilliamBishopCST116 <[email protected]> | 2022-11-07 14:56:06 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-11-07 14:56:06 -0800 |
| commit | 44b14933d6db29dd19efaad11e6d59936da44329 (patch) | |
| tree | 001e798a4d6ec46c8bd0f4be383d788610426eea | |
| parent | Add files via upload (diff) | |
| download | cst116-lab2-williambishopcst116-44b14933d6db29dd19efaad11e6d59936da44329.tar.xz cst116-lab2-williambishopcst116-44b14933d6db29dd19efaad11e6d59936da44329.zip | |
Add files via upload
| -rw-r--r-- | CST116-Lab2-Output-Bishop.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/CST116-Lab2-Output-Bishop.txt b/CST116-Lab2-Output-Bishop.txt new file mode 100644 index 0000000..8ac1bfa --- /dev/null +++ b/CST116-Lab2-Output-Bishop.txt @@ -0,0 +1,12 @@ +Please enter the temperature in Fahrenheit or Celcius. Please also enter the wind speed in mph.
+Please enter the fahrenheit temperature from -80 to 121.
+ Please enter the temperature from celcius should be from -62 to 49.5 and the speed should be 0 to 231 mph.
+50
+50
+Please enter another temperature.
+50
+The wind chill from the temperature if you entered entered the temperature in Celcius is: -47
+The wind chill from the temperature if you entered the temperature in Fahrenheit is : -15
+50 82 50 -15 -47
+ We see Temperature, then the temperature if it were celcius into fahrenheit and then the windspeed. We also see the windchill from temperature if it were in fahrenheit and if it were in celcius.
+Thank you please enter a float for the chill and wind.^C
\ No newline at end of file |