P
Q. What will be in Msg after the following code is evaluated?
Code:
If 5*3 OrElse 3^2 Then
Msg="Hi"
Else
Msg="Bye"
EndIf
Msg="Hi"
Else
Msg="Bye"
EndIf
- Correct Answer - Option(A)
- Views: 132
- Filed under category Visual Basics
Discusssion
Login to discuss.