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
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