?
What value is stored in the intNum variable when the loop ends?
What value is stored in the intNum variable when the loop ends?
For intNum As Integer = 5 To 1 Step -1
MessageBox.Show("Hi")
Next intNum
For intNum As Integer = 5 To 1 Step -1
MessageBox.Show("Hi")
Next intNum
Join the Discussion
Login to post a comment or share your explanation.
Login