In order to check the number of elements of the array stored in the names
variable, we call:
names.length
names.count
length of names;
names.length();
Answers Explanation & Hints:
To check the number of elements in the array stored in the names.length This will return the length or number of elements in the |