Computer Applications
An array element is accessed using …………… .
- a first-in-first-out approach
- the dot operator
- an element name
- an index number
Java Arrays
3 Likes
Answer
an index number
Reason — An array element is accessed using the array name along with an index number, which corresponds to the position of the element in an array.
Answered By
3 Likes