+ 2
Asking for Meaning
"Fill in the blanks to retrieve the number of elements in an array called "test"" what is it mean????
3 Answers
+ 18
int l=arrayname.length;
+ 8
Fill in the blanks that the code returns the length of array called "test"
+ 1
test. length