diff options
| author | Trevor Bouchillon <[email protected]> | 2022-10-16 17:24:59 -0700 |
|---|---|---|
| committer | Trevor Bouchillon <[email protected]> | 2022-10-16 17:24:59 -0700 |
| commit | 444c0b8ed6bc5b8ba412bab67691500d2c14d3e5 (patch) | |
| tree | 2c255bca181b91150b3abbf91fd233ada5c00a66 | |
| parent | file name update (diff) | |
| download | cst116-lab1-daboochillin-444c0b8ed6bc5b8ba412bab67691500d2c14d3e5.tar.xz cst116-lab1-daboochillin-444c0b8ed6bc5b8ba412bab67691500d2c14d3e5.zip | |
txt file added
| -rw-r--r-- | Lab1 Output.txt | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/Lab1 Output.txt b/Lab1 Output.txt new file mode 100644 index 0000000..f7921e2 --- /dev/null +++ b/Lab1 Output.txt @@ -0,0 +1,25 @@ +Please enter width of kite (horizontal diagonal) in meters. +0 +Please enter a value between 1 and 400 +Please enter width of kite (horizontal diagonal) in meters. +401 +Please enter a value between 1 and 400 +Please enter width of kite (horizontal diagonal) in meters. +50 +Please enter length of kite (vertical diagonal) in meters. +0 +Please enter a value between 1 and 400 +Please enter length of kite (vertical diagonal) in meters. +401 +Please enter a value between 1 and 400 +Please enter length of kite (vertical diagonal) in meters. +50 +Your kites length is: 50 meters, and your kites width is: 50 meters. +Your kites area in meters is: 1250 meters squared. +Your kites mass is: 168.75 kilograms. +The gravitational pull on your kite is: 1653.75 Newtons. +WARNING: Your kites aspect ratio is larger then or equal to 1. A smaller aspect ratio will provide your kite more stability. +Your kites apsect ratio is: 1 +C:\Users\lacro\Source\Repos\cst116-lab1-DaBoochillin\x64\Debug\BlankConsoleLab.exe (process 19388) exited with code 0. +To automatically close the console when debugging stops, enable Tools->Options->Debugging->Automatically close the console when debugging stops. +Press any key to close this window . . .
\ No newline at end of file |