πŸ“Š Visual Basics
Q. How many times will the MessageBox.Show method in the following code be processed?
Code:
For intCount As Integer = 4 To 11 Step 2
    MessageBox.Show("Hello")
Next intCount
  • (A) 3
  • (B) 4
  • (C) 5
  • (D) 8
πŸ’¬ Discuss
βœ… Correct Answer: (B) 4

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
235
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Bhagwan Das
Publisher
πŸ“ˆ
89%
Success Rate