diff options
| author | alexandra-apetroaei <andra@MSI> | 2022-10-17 22:04:14 -0800 |
|---|---|---|
| committer | alexandra-apetroaei <andra@MSI> | 2022-10-17 22:04:14 -0800 |
| commit | 270745b6e663f85b1213f7eb99e5d4833f936ca5 (patch) | |
| tree | 1bccced9c7e85aacc164d063693cc15a99cf3f45 /Lab1-psuedocode.txt | |
| parent | made a few more changes (diff) | |
| download | cst116-lab1-alexandra-apetroaei-270745b6e663f85b1213f7eb99e5d4833f936ca5.tar.xz cst116-lab1-alexandra-apetroaei-270745b6e663f85b1213f7eb99e5d4833f936ca5.zip | |
psuedo-code created
Diffstat (limited to 'Lab1-psuedocode.txt')
| -rw-r--r-- | Lab1-psuedocode.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Lab1-psuedocode.txt b/Lab1-psuedocode.txt new file mode 100644 index 0000000..8e588b6 --- /dev/null +++ b/Lab1-psuedocode.txt @@ -0,0 +1,9 @@ +Set width of kite +Set lenght of kite + +Set area formula (Area= width*lenght/2) +Convert to squarecentimeters (/1000) + + +If greather than or equal to 1 display warning +Display output to user
\ No newline at end of file |