diff options
| author | alexandra-apetroaei <andra@MSI> | 2022-10-19 15:53:04 -0800 |
|---|---|---|
| committer | alexandra-apetroaei <andra@MSI> | 2022-10-19 15:53:04 -0800 |
| commit | b7b9f7239fc20a3043e5a640223a463b763b6d77 (patch) | |
| tree | 2bbb88a81c6c2070543e5c8e58373fee5a86c1e4 /psuedocode-Lab1.txt | |
| parent | added psuedocode (diff) | |
| download | cst116-lab1-alexandra-apetroaei-master.tar.xz cst116-lab1-alexandra-apetroaei-master.zip | |
Diffstat (limited to 'psuedocode-Lab1.txt')
| -rw-r--r-- | psuedocode-Lab1.txt | 10 |
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 |