diff options
| author | Joseph Williams <[email protected]> | 2022-11-09 11:41:49 -0800 |
|---|---|---|
| committer | Joseph Williams <[email protected]> | 2022-11-09 11:41:49 -0800 |
| commit | 48de5e495fb2076fa6a7fc7db4ba0d8370fcd391 (patch) | |
| tree | 482c7e230d5bbf5844dbfd041ecad8b25811d8ad /BlankConsoleLab/CST116_Lab2_Williams_Run.txt | |
| parent | finished writing code. have not tested anything because it's currently 12:43 ... (diff) | |
| download | cst116-lab2-allthenamesaretaken3141-master.tar.xz cst116-lab2-allthenamesaretaken3141-master.zip | |
Diffstat (limited to 'BlankConsoleLab/CST116_Lab2_Williams_Run.txt')
| -rw-r--r-- | BlankConsoleLab/CST116_Lab2_Williams_Run.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/BlankConsoleLab/CST116_Lab2_Williams_Run.txt b/BlankConsoleLab/CST116_Lab2_Williams_Run.txt new file mode 100644 index 0000000..fea6830 --- /dev/null +++ b/BlankConsoleLab/CST116_Lab2_Williams_Run.txt @@ -0,0 +1,15 @@ +Please enter the current temperature followed by its unit (Fahrenheit or Celcius): thirty-four degrees celcius +Oh no! Something went wrong. Make sure you enter a number and a unit. +Please enter the current temperature followed by its unit (Fahrenheit or Celcius): 93 C +Oh no! Something went wrong. Make sure you enter a temperature between -80 and 121 Fahrenheit (-62 and 49.5 Celcius). +Please enter the current temperature followed by its unit (Fahrenheit or Celcius): 121.1 fahrenheit +Oh no! Something went wrong. Make sure you enter a temperature between -80 and 121 Fahrenheit (-62 and 49.5 Celcius). +Please enter the current temperature followed by its unit (Fahrenheit or Celcius): -54 celcius +Please enter the current wind speed followed by its unit (miles per hour or kilometers per hour): 1123 miles per hour +Oh no! Something went wrong. Make sure you enter a wind speed between 0 and 231 miles per hour (0 and 370 kilometers per hour). +Please enter the current wind speed followed by its unit (miles per hour or kilometers per hour): 2543 kph +Oh no! Something went wrong. Make sure you enter a wind speed between 0 and 231 miles per hour (0 and 370 kilometers per hour). +Please enter the current wind speed followed by its unit (miles per hour or kilometers per hour): 93 kilometers per hour +The temperature is -65.199997 degrees Fahrenheit, or -54.000000 degrees Celcius. +The wind speed is 57.799877 miles per hour, or 93.000000 kilometers per hour. +The wind chill is -126.546791 degrees Fahrenheit, or -88.081543 degrees Celcius.
\ No newline at end of file |