3
5
4
0
Answer is Right!
Answer is Wrong!
The correct answer is C.
The Length()
method returns the number of elements in an array. In this case, the array strVB
has 4 elements, so the value of len
will be 4.
Option A is incorrect because the array strVB
has 4 elements, not 3.
Option B is incorrect because the array strVB
has 4 elements, not 5.
Option D is incorrect because the array strVB
is not empty, so the value of len
will not be 0.