diff options
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 |