From e90d81fb7f8d720b45cd0362b8b08006b653b58d Mon Sep 17 00:00:00 2001 From: Birducken Date: Mon, 7 Nov 2022 21:50:15 -0800 Subject: Added output text. Finished. --- BlankConsoleLab/BlankConsoleLab.vcxproj | 1 + BlankConsoleLab/BlankConsoleLab.vcxproj.filters | 1 + BlankConsoleLab/cst116-lab2-stark.txt | 17 +++++++++++++++++ 3 files changed, 19 insertions(+) create mode 100644 BlankConsoleLab/cst116-lab2-stark.txt diff --git a/BlankConsoleLab/BlankConsoleLab.vcxproj b/BlankConsoleLab/BlankConsoleLab.vcxproj index 02c647b..f6479cd 100644 --- a/BlankConsoleLab/BlankConsoleLab.vcxproj +++ b/BlankConsoleLab/BlankConsoleLab.vcxproj @@ -144,6 +144,7 @@ + diff --git a/BlankConsoleLab/BlankConsoleLab.vcxproj.filters b/BlankConsoleLab/BlankConsoleLab.vcxproj.filters index aba2732..617b16e 100644 --- a/BlankConsoleLab/BlankConsoleLab.vcxproj.filters +++ b/BlankConsoleLab/BlankConsoleLab.vcxproj.filters @@ -21,5 +21,6 @@ + \ No newline at end of file diff --git a/BlankConsoleLab/cst116-lab2-stark.txt b/BlankConsoleLab/cst116-lab2-stark.txt new file mode 100644 index 0000000..6898b83 --- /dev/null +++ b/BlankConsoleLab/cst116-lab2-stark.txt @@ -0,0 +1,17 @@ +Trenton Stark +CST 116 +Lab 2 Output: + +Welcome to Cold Calculator v1.0 +Would you like to enter the temperature in Celcius (c) or Fahrenehit (f)? +f + +What is the temperature in Fahrenheit (-80 - 121 degrees)? +47 + +What is the wind speed in miles per hour (0 - 231) +12 + +Calculations complete: + Celcius Fahrenheit Wind Speed Wind Chill + 8.33333 47 12 41.2256 \ No newline at end of file -- cgit v1.2.3