From 5ce3579705bb2b4bb0e062f7a18eca29263cfb7d Mon Sep 17 00:00:00 2001 From: huntbyrne <114624182+huntbyrne@users.noreply.github.com> Date: Thu, 27 Oct 2022 14:41:21 -0700 Subject: Add files via upload --- Lab1-Byrne.txt | 17 +++++++++++++++++ Lab1-Output.txt | 3 +++ 2 files changed, 20 insertions(+) create mode 100644 Lab1-Byrne.txt create mode 100644 Lab1-Output.txt 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 -- cgit v1.2.3