You are on page 1of 2

A = TextBox1.

Text

B = TextBox2.Text

H = (A * A + B * B) ^ (1 / 2)

TextBox3.Text = H

You might also like