You are on page 1of 1

Public Class Form1

Dim Num1 As Single


Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs)
Handles Button1.Click
Num1 = TextBox1.Text
Label3.Text = 0.75 + 1.0 + 0.05 * Num1 * Num1
End Sub
End Class

You might also like