?
What value is stored in the count variable when the loop ends?
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
For count As Integer = 5 to 9 Step 5
MessageBox.Show("Hi")
Next count
Join the Discussion
Login to post a comment or share your explanation.
Login