Question: FIND THE OUTPUT 7. Public Class Form1 Private Sub Button1_Click() Dim a As Double = 4 Dim b As Double = 3 Dim c As
FIND THE OUTPUT
7. Public Class Form1 Private Sub Button1_Click() Dim a As Double = 4 Dim b As Double = 3 Dim c As Double = 5 If a*b < c Then b=7 Else b=c*a End If TextBox1.Text = CStr(b) End Sub End Class
Step by Step Solution
There are 3 Steps involved in it
Solution The output of your code depends on the value of the vari... View full answer
Get step-by-step solutions from verified subject matter experts
