diff options
| author | Birducken <[email protected]> | 2022-11-07 21:50:15 -0800 |
|---|---|---|
| committer | Birducken <[email protected]> | 2022-11-07 21:50:15 -0800 |
| commit | e90d81fb7f8d720b45cd0362b8b08006b653b58d (patch) | |
| tree | 30c9d0b7292c4f12f716f93f4373c86fb0fad10c | |
| parent | Added psuedo code. (diff) | |
| download | cst116-lab2-stark-e90d81fb7f8d720b45cd0362b8b08006b653b58d.tar.xz cst116-lab2-stark-e90d81fb7f8d720b45cd0362b8b08006b653b58d.zip | |
Added output text. Finished.
| -rw-r--r-- | BlankConsoleLab/BlankConsoleLab.vcxproj | 1 | ||||
| -rw-r--r-- | BlankConsoleLab/BlankConsoleLab.vcxproj.filters | 1 | ||||
| -rw-r--r-- | BlankConsoleLab/cst116-lab2-stark.txt | 17 |
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 |