summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhuntbyrne <[email protected]>2022-10-27 14:41:21 -0700
committerGitHub <[email protected]>2022-10-27 14:41:21 -0700
commit5ce3579705bb2b4bb0e062f7a18eca29263cfb7d (patch)
tree9b45306f4c6e56833130ea4275e09d06d22fa362
parentUpdate CST116-Lab1-Byrne.cpp (diff)
downloadcst116-lab1-huntbyrne-master.tar.xz
cst116-lab1-huntbyrne-master.zip
Add files via uploadHEADmaster
-rw-r--r--Lab1-Byrne.txt17
-rw-r--r--Lab1-Output.txt3
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