From ccd5993dde3a52cae1a208764d1ae2323cb6a079 Mon Sep 17 00:00:00 2001 From: Andrei F Date: Wed, 19 Oct 2022 22:06:31 -0700 Subject: Added output part 2 --- CST-116-Project1-Part2-Florea.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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 -- cgit v1.2.3