diff options
Diffstat (limited to 'BlankConsoleLab')
| -rw-r--r-- | BlankConsoleLab/BlankConsoleLab.vcxproj | 1 | ||||
| -rw-r--r-- | BlankConsoleLab/BlankConsoleLab.vcxproj.filters | 1 | ||||
| -rw-r--r-- | BlankConsoleLab/CST116-Lab1-Output-Preston.txt | 22 |
3 files changed, 24 insertions, 0 deletions
diff --git a/BlankConsoleLab/BlankConsoleLab.vcxproj b/BlankConsoleLab/BlankConsoleLab.vcxproj index 579a879..2e3b1e4 100644 --- a/BlankConsoleLab/BlankConsoleLab.vcxproj +++ b/BlankConsoleLab/BlankConsoleLab.vcxproj @@ -143,6 +143,7 @@ </ItemGroup> <ItemGroup> <Text Include="CST116-Lab1-Pseudocode-Preston.txt" /> + <Text Include="CST116-Lab1-Output-Preston.txt" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> diff --git a/BlankConsoleLab/BlankConsoleLab.vcxproj.filters b/BlankConsoleLab/BlankConsoleLab.vcxproj.filters index 18518c8..65240b6 100644 --- a/BlankConsoleLab/BlankConsoleLab.vcxproj.filters +++ b/BlankConsoleLab/BlankConsoleLab.vcxproj.filters @@ -21,5 +21,6 @@ </ItemGroup> <ItemGroup> <Text Include="CST116-Lab1-Pseudocode-Preston.txt" /> + <Text Include="CST116-Lab1-Output-Preston.txt" /> </ItemGroup> </Project>
\ No newline at end of file diff --git a/BlankConsoleLab/CST116-Lab1-Output-Preston.txt b/BlankConsoleLab/CST116-Lab1-Output-Preston.txt new file mode 100644 index 0000000..8964f8c --- /dev/null +++ b/BlankConsoleLab/CST116-Lab1-Output-Preston.txt @@ -0,0 +1,22 @@ +OUTPUT FOR LAB1: +---------------- + +Please enter the length of your kite. +0 +Please enter a value for length between 1 and 400. +350 + +Please enter the width of your kite. +600 +Please enter a value for length between 1 and 400. +233 +Your kite has a length of: 350cm, and a width of: 233cm. + +Your kite has an aspect ratio of: 0.66571 + +Nice aspect ratio! + +Your kite has an area of: 4.07750 square meters +Your kite has an area of: 40775.00000 square centimeters +Your kite is 0.55046 grams. +Your kite has a gravitational pull of: 5.39453
\ No newline at end of file |