Vidyalelo
Visual Basic · Q596

Visual Basic MCQs: Test Your Proficiency in Visual Basic Programming

Programming · Visual Basic · question 596

Q596

How many times will the MessageBox.Show method in the following code be processed? For intCount As Integer = 4 To 11 Step 2 MessageBox.Show("Hello") Next intCount

A.
3
B.
4
Answer
C.
5
D.
8

Answer: Option B

Solution

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