Asked by a

What is an Index?

The first item in an Array.

The number of items 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 position of an object in an Array.

(An index is the numeric position used to access an element — e.g., in many languages the first element has index 0.)