You are on page 1of 1

Public Class Form1

Dim Num1 As Single


Dim Answer As Single
Dim t As Single
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs)
Handles Button1.Click
t = TextBox1.Text
Label3.Text = 100 - 4.9 * (t * t)
End Sub
End Class

You might also like