From cfe4e73c1f45caaacfd092e6fc292d2f785a846f Mon Sep 17 00:00:00 2001 From: prestonderek Date: Sun, 6 Nov 2022 19:23:07 -0800 Subject: Commit all for finish of project --- BlankConsoleLab/CST116-Lab2-Output-Preston.txt | 38 ++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 BlankConsoleLab/CST116-Lab2-Output-Preston.txt (limited to 'BlankConsoleLab/CST116-Lab2-Output-Preston.txt') 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 + -- cgit v1.2.3