diff options
| author | prestonderek <[email protected]> | 2022-11-06 19:23:07 -0800 |
|---|---|---|
| committer | prestonderek <[email protected]> | 2022-11-06 19:23:07 -0800 |
| commit | cfe4e73c1f45caaacfd092e6fc292d2f785a846f (patch) | |
| tree | 13e7f071f44a18bcdfcab490e0d7cfb2d99c18f4 /BlankConsoleLab/CST116-Lab2-Output-Preston.txt | |
| parent | Add files via upload (diff) | |
| download | cst116-lab2-prestonderek-cfe4e73c1f45caaacfd092e6fc292d2f785a846f.tar.xz cst116-lab2-prestonderek-cfe4e73c1f45caaacfd092e6fc292d2f785a846f.zip | |
Commit all for finish of project
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 + |