diff options
| -rw-r--r-- | Lab1-Byrne.txt | 17 | ||||
| -rw-r--r-- | Lab1-Output.txt | 3 |
2 files changed, 20 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 diff --git a/Lab1-Output.txt b/Lab1-Output.txt new file mode 100644 index 0000000..d549dc1 --- /dev/null +++ b/Lab1-Output.txt @@ -0,0 +1,3 @@ +Lab 1 Output:
+
+"The area of the kite is X Centimetres. In Square Metres, this is (x/10000) meters squared"
\ No newline at end of file |