Q. What will be in Msg after the following code is evaluated?
Code:
If 5*3>3^2 AndAlso True OrElse False Then Msg="Hi" Else Msg="Bye" Endif
β
Correct Answer: (A)
Hi
If 5*3>3^2 AndAlso True OrElse False Then Msg="Hi" Else Msg="Bye" Endif
You must be Logged in to update hint/solution