summaryrefslogtreecommitdiff
path: root/psuedocode-Lab1.txt
diff options
context:
space:
mode:
authoralexandra-apetroaei <andra@MSI>2022-10-19 15:53:04 -0800
committeralexandra-apetroaei <andra@MSI>2022-10-19 15:53:04 -0800
commitb7b9f7239fc20a3043e5a640223a463b763b6d77 (patch)
tree2bbb88a81c6c2070543e5c8e58373fee5a86c1e4 /psuedocode-Lab1.txt
parentadded psuedocode (diff)
downloadcst116-lab1-alexandra-apetroaei-master.tar.xz
cst116-lab1-alexandra-apetroaei-master.zip
finishedHEADmaster
Diffstat (limited to 'psuedocode-Lab1.txt')
-rw-r--r--psuedocode-Lab1.txt10
1 files changed, 10 insertions, 0 deletions
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