what is the length of this array?
double [ ] stuff = {1.5,2.5,3.5,4.5,5.5,6.5};
Answers
Answered by
1
Answer:
6 Decimal Numbers
1.5 = Index 0
2.5 = Index 1
3.5 = Index 2
4.5 = Index 3
5.5 = Index 4
6.5 = Index 5
Similar questions