Computer Applications
The elements of a seventy-element array are numbered from …………… to …………… .
Java Arrays
1 Like
Answer
The elements of a seventy-element array are numbered from 0 to 69.
Answered By
1 Like
Related Questions
All the elements in an array must be of …………… data type.
Write a statement that defines a one-dimensional array called amount of type double that holds two elements.
Element amount[9] is which element of the array ?
- the eighth
- the ninth
- the tenth
- impossible to tell.
Declare following arrays: figures of 30 char element.