You are on page 1of 1

Public Class Form1

Dim Temp As Integer


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

You might also like