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