Asking for Meaning | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Asking for Meaning

"Fill in the blanks to retrieve the number of elements in an array called "test"" what is it mean????

10th Feb 2018, 9:29 AM
Ajat
Ajat - avatar
3 Answers
+ 18
int l=arrayname.length;
10th Feb 2018, 12:30 PM
Gaurav Agrawal
Gaurav Agrawal - avatar
+ 8
Fill in the blanks that the code returns the length of array called "test"
10th Feb 2018, 10:01 AM
Tato
Tato - avatar
+ 1
test. length
11th Feb 2018, 12:02 PM
Manasa Pirati
Manasa Pirati - avatar