diff options
Diffstat (limited to 'BlankConsoleLab/CST116-Lab2-Output-Preston.txt')
| -rw-r--r-- | BlankConsoleLab/CST116-Lab2-Output-Preston.txt | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/BlankConsoleLab/CST116-Lab2-Output-Preston.txt b/BlankConsoleLab/CST116-Lab2-Output-Preston.txt new file mode 100644 index 0000000..971cc63 --- /dev/null +++ b/BlankConsoleLab/CST116-Lab2-Output-Preston.txt @@ -0,0 +1,38 @@ +Output run for F input + +Do you want to enter fahrenheit or celcius? Enter f or c +f +Please enter your fahrenheit temp: +Must be between -80 and 121 +-100 +Please enter your fahrenheit temp: +Must be between -80 and 121 +40 +Please enter your wind speed in mph: +Must be between 0 and 231 +245 +Please enter your wind speed in mph: +Must be between 0 and 231 +130 +You entered 40F +For 40 degrees F and 130 MPH wind speed, the windchill is: -16.5232 + +Output run for C input + +Do you want to enter fahrenheit or celcius? Enter f or c +c +Please enter your celcius temp: +Must be between -62 and 49.5 +-70 +Please enter your celcius temp: +Must be between -62 and 49.5 +50 +Please enter your celcius temp: +Must be between -62 and 49.5 +43.5 +Please enter your wind speed in mph: +Must be between 0 and 231 +210.4 +You entered 75.5F +For 75.5 degrees F and 210.4 MPH wind speed, the windchill is: -0.615265 + |