blob: e0fe0d95d2a39bdb89c6e509a6d36a3d163e5a24 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
Cst 116 - lab 2 Output
Output 1:
Enter C for Celsius to Fahrenheit or F for Fahrenheit to Celsius: C
Enter a number for degree in Celsius from -62 to 49.5: 34
Please enter a number for the wind speed from 0 to 231 mph.
200
CELSIUS FAHRENHEIT WIND SPEED WIND CHILL
34.00 118.80 200.00 144.68
Here is your data. Bundle up!
C:\Users\Lloyd Crawford\source\repos\cst116-lab2-19-Ruin\x64\Debug\CST116Lab2ColdCrawford.exe (process 5932) 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 . . .
Output 2:
Enter C for Celsius to Fahrenheit or F for Fahrenheit to Celsius: F
Enter a number for degree in fahrenheit from -80 to 121: 100
Please enter a number for the wind speed from 0 to 231 mph.
175
CELSIUS FAHRENHEIT WIND SPEED WIND CHILL
37.78 100.00 175.00 113.88
Here is your data. Bundle up!
C:\Users\Lloyd Crawford\source\repos\cst116-lab2-19-Ruin\x64\Debug\CST116Lab2ColdCrawford.exe (process 11580) 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 . . .
|