Q164
What value is stored in the count variable when the loop ends? For count As Integer = 5 to 9 Step 5 MessageBox.Show("Hi") Next count
A.
10
AnswerB.
9
C.
8
D.
7
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board