summaryrefslogtreecommitdiff
path: root/CST116-Lab2-Smith.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CST116-Lab2-Smith.txt')
-rw-r--r--CST116-Lab2-Smith.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/CST116-Lab2-Smith.txt b/CST116-Lab2-Smith.txt
new file mode 100644
index 0000000..9d86589
--- /dev/null
+++ b/CST116-Lab2-Smith.txt
@@ -0,0 +1,22 @@
+Before you input a temperature value, you must first determine if it's in fahrenheit or celsius.
+Please input 'F' for fahrenheit or 'C' for celsius: cheese
+
+That input is invalid.
+Make sure your input is capitalized.
+Please input 'F' for fahrenheit or 'C' for celsius: C
+
+
+Now please input a temperature between the range -61 to 49.5: -28.889
+
+
+Now please input a wind speed between the range 0 to 231: 30
+
+
+
+The temperature in fahrenheit is -20.0002 degrees.
+The wind speed is 30mph.
+The wind chill is -53.0287.
+
+C:\Users\cowpi\Source\Repos\cst116-lab2-Smith-Benjamin\x64\Debug\BlankConsoleLab.exe (process 17976) 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