diff options
| author | Trevor Bouchillon <[email protected]> | 2022-11-09 12:46:38 -0800 |
|---|---|---|
| committer | Trevor Bouchillon <[email protected]> | 2022-11-09 12:46:38 -0800 |
| commit | 39119b73ad9db1540e35d69a931850ba6afe04a0 (patch) | |
| tree | 8fc683456f552e5c392cea396d62e13ff4305634 | |
| parent | added notes (diff) | |
| download | cst116-lab2-daboochillin-39119b73ad9db1540e35d69a931850ba6afe04a0.tar.xz cst116-lab2-daboochillin-39119b73ad9db1540e35d69a931850ba6afe04a0.zip | |
added output file
| -rw-r--r-- | OutputFile for lab2.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/OutputFile for lab2.txt b/OutputFile for lab2.txt new file mode 100644 index 0000000..2f12145 --- /dev/null +++ b/OutputFile for lab2.txt @@ -0,0 +1,13 @@ +Please enter a temperature in Celcius or Farenheit: 500 +If you entered a temperature in Celcius please enter 'C' and if you entered a temperature in Farenheit please enter 'F'. g +Please enter either 'C' or 'F': C +Please enter a temperature between -62 and 49.5. +Please enter a temperature in Celcius: 40 +The temperature you entered is 104 degrees in Farenheit. +Please enter a wind speed in Miles Per Hour: 500 +Please enter a wind speed between 0 and 231 Miles Per Hour +Please enter a wind speed in Miles Per Hour: 5 +Based on your inputs of 104 and 5, the wind chill is 111.644. +C:\Users\lacro\Source\Repos\cst116-lab2-DaBoochillin\x64\Debug\BlankConsoleLab.exe (process 12376) 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 |