?
How many times will the MessageBox.Show method in the following code be processed?
How many times will the MessageBox.Show method in the following code be processed?
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