diff options
| author | Andrei F <[email protected]> | 2022-10-19 22:06:31 -0700 |
|---|---|---|
| committer | Andrei F <[email protected]> | 2022-10-19 22:06:31 -0700 |
| commit | ccd5993dde3a52cae1a208764d1ae2323cb6a079 (patch) | |
| tree | b4198d635c0ac64993bc2302cb77d360f07a2773 | |
| parent | Finished part 2 (diff) | |
| download | cst116-lab1-florea-ccd5993dde3a52cae1a208764d1ae2323cb6a079.tar.xz cst116-lab1-florea-ccd5993dde3a52cae1a208764d1ae2323cb6a079.zip | |
Added output part 2
| -rw-r--r-- | CST-116-Project1-Part2-Florea.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/CST-116-Project1-Part2-Florea.txt b/CST-116-Project1-Part2-Florea.txt index e69de29..0d921eb 100644 --- a/CST-116-Project1-Part2-Florea.txt +++ b/CST-116-Project1-Part2-Florea.txt @@ -0,0 +1,13 @@ +/Users/andreiflorea/Desktop/Code/Oregon_Tech/cst116-lab1-florea/cmake-build-debug/cst116_lab1_florea +Please only enter WIDTH and LENGTH between 1 - 400 +Please enter the WIDTH of your kite in centimeters (decimals are OK): 0 +Please enter the LENGTH of your kite in centimeters (decimals are OK): 401 +Please only enter WIDTH and LENGTH between 1 - 400 +Please enter the WIDTH of your kite in centimeters (decimals are OK): 30 +Please enter the LENGTH of your kite in centimeters (decimals are OK): 40 +Width: 30 CM | Length: 40 CM +Area (in square meters): 0.06 M^2 +If your kite is using a medium weight fabric (135g/sq meter), it is calculated to weigh: 0.0081 kg/meter^2 +Gravitational pull on your kite is: 0.07938 (mass * 9.8 N/kg) + +Process finished with exit code 0 |