What will be the output of the following code
1 Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
2
3
Pim val As Double
val - Math.Sqrt (12)
5
TextBox1.Text = val
6
7 End Sub

Respuesta :

tonb

Answer:

3.4641016151377544

Explanation:

See picture for corrected code. The OCR messes up the code.

Ver imagen tonb