summaryrefslogtreecommitdiff
path: root/Lab1-Byrne.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Lab1-Byrne.txt')
-rw-r--r--Lab1-Byrne.txt17
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