Program to find Area of Triangle

@0,6 say "Program to find Area of Triangle"
? ""
Input "Enter Breadth = " to b
Input "Enter Height = " to h
a = 1 / 2 * b * h
?"Area is = ", a