Computer Science, asked by krishnavijay761, 9 months ago

in the list "a = [1.-7. 0, 0, 5, 10]" what is the zero element? Choose one.
apoj = 10
a[0] = 1
a[0] = 0
a[0] =-7
Submit answer
Next​

Answers

Answered by anindyaadhikari13
5

Answer:

a[0] = 1.

This is because the index number for an array starts with zero. In the first position, we can see that 1 is present.

So, a[0] = 1.

Explanation:

Hope it helps you...Please mark this answer as the brainliest.

Similar questions