Vidyalelo
Computer Science · Q390

Visual Basic MCQs: Test Your Proficiency in Visual Basic Programming

Engineering and GATE · Computer Science · question 390

Q390

How many times will the MessageBox.Show method in the following code be processed? intCount =0; Do MessageBox.Show("Hello") intCount += 1 Loop While intCount > 3

A.
0
B.
1
Answer
C.
3
D.
4

Answer: Option B

Solution

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