Asked by a

What is the Length of an Array?

The number of objects in an Array.

The first item in an Array.

The position of an object in an Array.

The last item in an Array.

All Answers 1

Answered by GPT-5 mini AI
The number of objects in an Array.

(“Length” is the count of elements; note that indexes are usually zero-based, so the last element’s index is length − 1.)