diff options
| author | huntbyrne <[email protected]> | 2022-10-27 14:41:21 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-10-27 14:41:21 -0700 |
| commit | 5ce3579705bb2b4bb0e062f7a18eca29263cfb7d (patch) | |
| tree | 9b45306f4c6e56833130ea4275e09d06d22fa362 /Lab1-Byrne.txt | |
| parent | Update CST116-Lab1-Byrne.cpp (diff) | |
| download | cst116-lab1-huntbyrne-master.tar.xz cst116-lab1-huntbyrne-master.zip | |
Diffstat (limited to 'Lab1-Byrne.txt')
| -rw-r--r-- | Lab1-Byrne.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Lab1-Byrne.txt b/Lab1-Byrne.txt new file mode 100644 index 0000000..bd135b3 --- /dev/null +++ b/Lab1-Byrne.txt @@ -0,0 +1,17 @@ +Lab 1 PseudoCode:
+
+Begin
+ Output "What is the length of the kite in CM?"
+
+ Input "Length:
+
+ Output "What is the width of the kite in CM?"
+
+ Input "Width?"
+
+ Output "The area of the kite is ((length*width)/2) centimetres
+
+ Output "In Square Metres, this equates to (((length*width)/2)/10000) metres squared"
+
+End
+
\ No newline at end of file |