diff options
| author | Wyatt <[email protected]> | 2022-10-18 20:43:03 -0700 |
|---|---|---|
| committer | Wyatt <[email protected]> | 2022-10-18 20:43:03 -0700 |
| commit | 8b2d1c62e36f5d0ada2eda23b703fc536893dfb1 (patch) | |
| tree | 80849d68518477ef3ffb17419282f3c5807d7f1c /LabResults.txt | |
| parent | part one (diff) | |
| download | cst116-lab1-johnson-8b2d1c62e36f5d0ada2eda23b703fc536893dfb1.tar.xz cst116-lab1-johnson-8b2d1c62e36f5d0ada2eda23b703fc536893dfb1.zip | |
finished
Diffstat (limited to 'LabResults.txt')
| -rw-r--r-- | LabResults.txt | 36 |
1 files changed, 35 insertions, 1 deletions
diff --git a/LabResults.txt b/LabResults.txt index bfe34d2..5c2b583 100644 --- a/LabResults.txt +++ b/LabResults.txt @@ -1 +1,35 @@ -RunResults
\ No newline at end of file +RunResults + + +Please input your kites width in centimeters: 10 + +Please input your kites height in centimeters: 10 + +Your kites width will be: 10 cm +Your kites height will be: 10 cm +The area of your kite in square meters is 0.005 +Your kites mass is: 6.75e-05kg. +The kites gravitational pull is: 0.0006615N/kg. + +C:\Users\wythe\Desktop\Homework\C++\lab1\x64\Debug\BlankConsoleLab.exe (process 26276) 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 . . . + + + + +Please input your kites width in centimeters: 100 + +Please input your kites length in centimeters: 5 + +Your kites width will be: 100 cm +Your kites length will be: 5 cm +The area of your kite in square meters is 0.025 +Your aspect ration is greater than 1 (width/length: 100/5 = 20) +Lower aspect ratios will have greater stability. +Your kites mass is: 0.0003375kg. +The kites gravitational pull is: 0.0033075N/kg. + +C:\Users\wythe\Desktop\Homework\C++\lab1\x64\Debug\BlankConsoleLab.exe (process 32800) 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 |