diff options
| author | Andrei F <[email protected]> | 2022-11-09 16:15:45 -0800 |
|---|---|---|
| committer | Andrei F <[email protected]> | 2022-11-09 16:15:45 -0800 |
| commit | cb43c7dc6473edcf58b3975feb4fee4e14e822ba (patch) | |
| tree | b890a2c9bb852014b640afb3c8ce49aedaa67a2f /CST116-Lab2-Florea-Output.txt | |
| parent | Finished code (diff) | |
| download | cst116-lab2-florea-cb43c7dc6473edcf58b3975feb4fee4e14e822ba.tar.xz cst116-lab2-florea-cb43c7dc6473edcf58b3975feb4fee4e14e822ba.zip | |
Added output file
Diffstat (limited to 'CST116-Lab2-Florea-Output.txt')
| -rw-r--r-- | CST116-Lab2-Florea-Output.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/CST116-Lab2-Florea-Output.txt b/CST116-Lab2-Florea-Output.txt new file mode 100644 index 0000000..25e174e --- /dev/null +++ b/CST116-Lab2-Florea-Output.txt @@ -0,0 +1,9 @@ +Do you want to input temperature in Fahrenheit (F) or Celsius (C)? +F +Enter a value in Fahrenheit for temperature (-80F - 121F inclusive): +-20 +You entered -20 degrees Fahrenheit. +Enter a speed for the wind in MPH (0 - 231, inclusive): +30 +You entered 30 miles per hour. +For -20 degrees F and 30 mph the wind chill is: -53.0284
\ No newline at end of file |