Dim a, b, h, area as Decimal
Console.WriteLine("What is the value of a in cm?")
Console.WriteLine("What is the value of b in cm?")
Console.WriteLine("What is the value of the height in cm?")
Console.WriteLine("The area of your trapezium is "& area & "cm squared")