182k views
0 votes
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

User Rabusmar
by
4.6k points

1 Answer

6 votes

Answer:

3.4641016151377544

Step-by-step explanation:

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

What will be the output of the following code 1 Private Sub Button1_Click(sender As-example-1
User Tobia Tesan
by
3.7k points