Q420
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
A.
0
AnswerB.
1
C.
2
D.
3
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board