diff options
| author | prestonderek <[email protected]> | 2022-10-19 20:41:16 -0700 |
|---|---|---|
| committer | prestonderek <[email protected]> | 2022-10-19 20:41:16 -0700 |
| commit | 3962bcd9e50ae6b16c783d42e683b752a125e24e (patch) | |
| tree | 2271a2a7db2a553c77eb2260f47442288e91ff3c | |
| parent | Commit for Part 2 complete (diff) | |
| download | cst116-lab1-prestonderek-master.tar.xz cst116-lab1-prestonderek-master.zip | |
| -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 |