VISUAL BASIC

VISUAL PROGRAMMING

VISUAL BASIC

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
What is wrong with the given code:Dim i, j as stringfor i= 1 to 2for j= 1 to 3Listbox1.items.add("I am a nested loop")Next iNext j
A
string, next j, next i
B
string
C
string, next i, next j
D
No error
Explanation: 
There is 1 question to complete.