summaryrefslogtreecommitdiff
path: root/BlankConsoleLab
diff options
context:
space:
mode:
Diffstat (limited to 'BlankConsoleLab')
-rw-r--r--BlankConsoleLab/BlankConsoleLab.vcxproj1
-rw-r--r--BlankConsoleLab/BlankConsoleLab.vcxproj.filters1
-rw-r--r--BlankConsoleLab/cst116-lab2-stark.txt17
3 files changed, 19 insertions, 0 deletions
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 @@
</ItemGroup>
<ItemGroup>
<Text Include="cst116-lab2-stark-psuedo-code.txt" />
+ <Text Include="cst116-lab2-stark.txt" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
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 @@
</ItemGroup>
<ItemGroup>
<Text Include="cst116-lab2-stark-psuedo-code.txt" />
+ <Text Include="cst116-lab2-stark.txt" />
</ItemGroup>
</Project> \ 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