10.- Private Sub Button10_Click(sender As Object, e As EventArgs) Handles Button10.Click
REM ¿QUÉ IMPRIME EL SIGUIENTE PROBLEMA?
Dim X As Double
Dim Y As Integer
X = 3.1416
Y = X + 1
MessageBox.Show(" Y = " & Y)
End Sub
End Class
Select one of the following: