Area of a Triangle
Area of a Triangle
API Declarations
3 txt boxes
1 button
Rate Area of a Triangle
(2(2 Vote))
b = Val(bse.Text)
h = Val(hgt.Text)
a = b * h / 2
area.Text = Str$(a)
End Sub
Area of a Triangle Comments
No comments yet — be the first to post one!
Post a Comment