Computer Science, asked by jj7383770, 9 hours ago

if array[]={1,9,8,5,2};
i What is array.length ?
ii. What is array[2]?

Answers

Answered by heymanlol0n35
2

Answer:

the Lenght of arr is 4.

and the array[2] is 8

Explanation:

the reason is that in programming the counting starts from 0.

Similar questions