Examveda

What value is stored in the intCount variable when the loop ends?

For intCount As Integer = 4 To 11 Step 2
MessageBox.Show("Hello")
Next intCount

A. 10

B. 11

C. 12

D. 13

Answer: Option C


This Question Belongs to Computer Science >> Visual Basic

Join The Discussion

Related Questions on Visual Basic