Vidyalelo
Visual Basic · Q66

Visual Basic MCQs: Test Your Proficiency in Visual Basic Programming

Programming · Visual Basic · question 66

Q66

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
Answer
C.
True
D.
False

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board