P

Priyanka Tomar • 35.28K Points
Coach

Q. What value is stored in the intCount variable when the loop ends?

Code:
For intCount As Integer = 4 To 11 Step 2
MessageBox.Show("Hello")
Next intCount
  • (A) 10
  • (B) 11
  • (C) 12
  • (D) 13

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.


Question analytics