Area of a Circle
Area of a Circle
Rate Area of a Circle
(2(2 Vote))
pi = 3.1415926535897932384626433832795
r = Val(radius.Text)
a = pi * r * r
area.Text = Str$(a)
End Sub
Area of a Circle Comments
No comments yet — be the first to post one!
Post a Comment