diff options
| -rw-r--r-- | BlankConsoleLab/CST116-Lab2-Output-Rogers.txt | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/BlankConsoleLab/CST116-Lab2-Output-Rogers.txt b/BlankConsoleLab/CST116-Lab2-Output-Rogers.txt new file mode 100644 index 0000000..6117570 --- /dev/null +++ b/BlankConsoleLab/CST116-Lab2-Output-Rogers.txt @@ -0,0 +1,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 . . .
\ No newline at end of file |