diff options
| author | Lloyd Crawford <Lloyd Crawford@LAPTOP-7HJCDLE5> | 2022-11-09 19:41:35 -0800 |
|---|---|---|
| committer | Lloyd Crawford <Lloyd Crawford@LAPTOP-7HJCDLE5> | 2022-11-09 19:41:35 -0800 |
| commit | 530ccd3f872d749e5c6757da99cd5f0dd701cd3e (patch) | |
| tree | 17ad439d7c74c9a6d0277abfa391c586562baa7f /Cst116-Lab2-Output-Crawford.txt | |
| parent | Setting up GitHub Classroom Feedback (diff) | |
| download | cst116-lab2-19-ruin-master.tar.xz cst116-lab2-19-ruin-master.zip | |
Diffstat (limited to 'Cst116-Lab2-Output-Crawford.txt')
| -rw-r--r-- | Cst116-Lab2-Output-Crawford.txt | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/Cst116-Lab2-Output-Crawford.txt b/Cst116-Lab2-Output-Crawford.txt new file mode 100644 index 0000000..e0fe0d9 --- /dev/null +++ b/Cst116-Lab2-Output-Crawford.txt @@ -0,0 +1,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 . . .
\ No newline at end of file |