From b7b9f7239fc20a3043e5a640223a463b763b6d77 Mon Sep 17 00:00:00 2001 From: alexandra-apetroaei Date: Wed, 19 Oct 2022 15:53:04 -0800 Subject: finished --- psuedocode-Lab1.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 psuedocode-Lab1.txt (limited to 'psuedocode-Lab1.txt') diff --git a/psuedocode-Lab1.txt b/psuedocode-Lab1.txt new file mode 100644 index 0000000..0f30ca7 --- /dev/null +++ b/psuedocode-Lab1.txt @@ -0,0 +1,10 @@ +Set variable width +Set variable length + +Aspect ratio = width * length + +Compute area of kite (width * length/2)/10000 +Compute mass of kite (area * 135)/10000 +Compute gravitational pull of kite (mass * 9.8) + +Read output \ No newline at end of file -- cgit v1.2.3