diff options
| author | [email protected] <[email protected]> | 2022-11-09 15:39:26 -0800 |
|---|---|---|
| committer | [email protected] <[email protected]> | 2022-11-09 15:39:26 -0800 |
| commit | 24680ef51e17dafdc7094f4a130661af0fd1a3dc (patch) | |
| tree | e2e1dc0a2e0e45adc1ef670b3cbd6878fc0e6f69 /CST116-Lab2-Smith.txt | |
| parent | FINAL PUSH (diff) | |
| download | cst116-lab2-smith-benjamin-master.tar.xz cst116-lab2-smith-benjamin-master.zip | |
Diffstat (limited to 'CST116-Lab2-Smith.txt')
| -rw-r--r-- | CST116-Lab2-Smith.txt | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/CST116-Lab2-Smith.txt b/CST116-Lab2-Smith.txt new file mode 100644 index 0000000..9d86589 --- /dev/null +++ b/CST116-Lab2-Smith.txt @@ -0,0 +1,22 @@ +Before you input a temperature value, you must first determine if it's in fahrenheit or celsius. +Please input 'F' for fahrenheit or 'C' for celsius: cheese + +That input is invalid. +Make sure your input is capitalized. +Please input 'F' for fahrenheit or 'C' for celsius: C + + +Now please input a temperature between the range -61 to 49.5: -28.889 + + +Now please input a wind speed between the range 0 to 231: 30 + + + +The temperature in fahrenheit is -20.0002 degrees. +The wind speed is 30mph. +The wind chill is -53.0287. + +C:\Users\cowpi\Source\Repos\cst116-lab2-Smith-Benjamin\x64\Debug\BlankConsoleLab.exe (process 17976) exited with code 0. +To automatically close the console when debugging stops, enable Tools->Options->Debugging->Automatically close the console when debugging stops. +Press any key to close this window . . .
\ No newline at end of file |