You are on page 1of 1

Exercise 2

Public Class Form1


Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs)
Handles Button1.Click
Label1.Text = 5 / 9 * (TextBox1.Text - 32)
End Sub
End Class

You might also like