P

Priyanka Tomar • 35.28K Points
Coach

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

Code:
For count As Integer = 5 to 9 Step 5
MessageBox.Show("Hi")
Next count
  • (A) 10
  • (B) 9
  • (C) 8
  • (D) 7

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