Q. How many times will the MessageBox.Show method in the following code be processed?
Code:For count As Integer = 5 to 9 Step 5
MessageBox.Show("Hi")
Next count
Dear candidates you will find MCQ questions of Visual Basics here. Learn these questions and prepare yourself for coming examinations and interviews. You can check the right answer of any question by clicking on any option or by clicking view answer button.
Share your questions by clicking Add Question
For count As Integer = 5 to 9 Step 5
MessageBox.Show("Hi")
Next count