To display area of a triangle. (Qbasic)

To display area of a triangle. [a = 1/2 (b*h)] (Qbasic Code)
To find area of a triangle.

INPUT "Enter the height of triangle"; h
INPUT "Enter the base of triangle"; b
a = 1 / 2 * (b * h)
PRINT "The area of the triangle is"; a
END

Share :

Twitter
Back To Top

facebook main

counter

Powered by Blogger.