blob: 2f121456dcabe768df2740dedc8eac793c7f0037 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
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 . . .
|