blob: 611757061e808b2df0b1caae53ffdda281ebcad7 (
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
Please enter F for Fahrenheit or C for Celsius: F
Please enter temperature between -80 and 121 degrees F: -20
Please enter a windpeed value between 0 and 231 in Miles Per Hour: 30
Temp (C) Temp (F) Wind Speed (MPH) Wind Chill
-28.8889 -20 30 -53.0284
C:\Users\taylo\OneDrive\OIT\2022_Fall\CST116\VS_Files\Repos\CST116\cst116-lab2-Taylorrog\Debug\BlankConsoleLab.exe (process 3048) 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 . . .
Please enter F for Fahrenheit or C for Celsius: F
Please enter temperature between -80 and 121 degrees F: 104
Please enter a windpeed value between 0 and 231 in Miles Per Hour: 5
Temp (C) Temp (F) Wind Speed (MPH) Wind Chill
40 104 5 111.644
C:\Users\taylo\OneDrive\OIT\2022_Fall\CST116\VS_Files\Repos\CST116\cst116-lab2-Taylorrog\Debug\BlankConsoleLab.exe (process 18624) 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 . . .
Please enter F for Fahrenheit or C for Celsius: C
Please enter temperature between -62 and 49 degrees C: 5
Please enter a windpeed value between 0 and 231 in Miles Per Hour: 100
Temp (C) Temp (F) Wind Speed (MPH) Wind Chill
5 41 100 23.1493
C:\Users\taylo\OneDrive\OIT\2022_Fall\CST116\VS_Files\Repos\CST116\cst116-lab2-Taylorrog\Debug\BlankConsoleLab.exe (process 20428) 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 . . .
|