diff options
Diffstat (limited to 'BlankConsoleLab/CST116-Lab1-Output-Havaldar.txt')
| -rw-r--r-- | BlankConsoleLab/CST116-Lab1-Output-Havaldar.txt | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/BlankConsoleLab/CST116-Lab1-Output-Havaldar.txt b/BlankConsoleLab/CST116-Lab1-Output-Havaldar.txt new file mode 100644 index 0000000..562ddbb --- /dev/null +++ b/BlankConsoleLab/CST116-Lab1-Output-Havaldar.txt @@ -0,0 +1,26 @@ +Output:
+
+Please enter the length of your kite.
+134
+Please enter the width of your kite.
+45
+So the length is 134cm and the width is 45cm.
+The area of your kite is 0.3015 square meters.
+Your kite weighs 0.398885 kg.
+
+Alternative Output:
+
+Please enter the length of your kite.
+450
+Please enter a length between 1 and 400.
+Please enter the length of your kite.
+350
+Please enter the width of your kite.
+0
+Please enter a width between 1 and 400.
+Please enter the width of your kite.
+350
+So the length is 350cm and the width is 350cm.
+The area of your kite is 6.125 square meters.
+NOTE: A lower aspect ratio (below 1) would provide more stability
+Your kite weighs 8.10337 kg.
\ No newline at end of file |