Examveda

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

If 5*3 OrElse 3^2 Then
   Msg="Hi"
Else
   Msg="Bye"
EndIf

A. Hi

B. Bye

C. True

D. False

Answer: Option A


This Question Belongs to Computer Science >> Visual Basic

Join The Discussion

Related Questions on Visual Basic