Vidyalelo
Computer Science · Q422

Visual Basic MCQs: Test Your Proficiency in Visual Basic Programming

Engineering and GATE · Computer Science · question 422

Q422

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

Answer: Option A

Solution

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