summaryrefslogtreecommitdiff
path: root/Lab1-Byrne.txt
blob: bd135b3bc7ed41078a239fc924a2a31242a8d087 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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