diff options
| author | Joseph Williams <[email protected]> | 2022-10-15 12:10:31 -0700 |
|---|---|---|
| committer | Joseph Williams <[email protected]> | 2022-10-15 12:10:31 -0700 |
| commit | 52eed13aecc26e1d7f4f47cf9532eb74bdb5016a (patch) | |
| tree | 5a65f3d7ca457817b240bf6f580d72f963c59340 /BlankConsoleLab/CST116_Lab1_Williams_RUN.txt | |
| parent | Completed step 2-4 (compute the gravitational force on the kite). Improved co... (diff) | |
| download | cst116-lab1-allthenamesaretaken3141-master.tar.xz cst116-lab1-allthenamesaretaken3141-master.zip | |
Diffstat (limited to 'BlankConsoleLab/CST116_Lab1_Williams_RUN.txt')
| -rw-r--r-- | BlankConsoleLab/CST116_Lab1_Williams_RUN.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/BlankConsoleLab/CST116_Lab1_Williams_RUN.txt b/BlankConsoleLab/CST116_Lab1_Williams_RUN.txt new file mode 100644 index 0000000..ba32f5c --- /dev/null +++ b/BlankConsoleLab/CST116_Lab1_Williams_RUN.txt @@ -0,0 +1,19 @@ +Devnote: The program prints multicolored text which you can't see in a .txt file. I'd reccommend running it yourself if you weren't planning to already. + +Welcome to Kite Calculator, can I take your order. +Let's start with getting the dimensions of your kite. +Please enter the width of your kite in cm: 420 +Oh no! It looks like something went wrong. +Please make sure your width is a number between 1 and 400 and try again. +Please enter the width of your kite in cm: 69 +Please enter the height of your kite in cm: 273 + +Now, let's do some math. +Your kite is 69.000000cm wide and 273.000000cm high. +I'm sure it's beautiful. + +Your kite has an area of 0.941850 square meters. + +Your kite has an aspect ratio of 0.252747. Your kite is too wide, and will be unstable. Consider widening it or flying it sideways. +Your kite has a mass of 0.127150 kilograms. +The gravitational pull on your kite is 1.246958 newtons.
\ No newline at end of file |