Examveda
Examveda

What will be in Msg after the following code is evaluated?

If 3>6 AndAlso 7>4 then
   Msg="Hi"
Else
   Msg="Bye"
EndIf

A. Hi

B. Bye

C. True

D. False

Answer: Option B


This Question Belongs to Computer Science >> Visual Basic

Join The Discussion

Related Questions on Visual Basic