Computer Applications
All the elements in an array must be of …………… data type.
Java Arrays
1 Like
Answer
All the elements in an array must be of same data type.
Answered By
3 Likes
Related Questions
Determine the number of bytes required to store an int array namely A[23].
An array element is accessed using …………… .
- a first-in-first-out approach
- the dot operator
- an element name
- an index number
Write a statement that defines a one-dimensional array called amount of type double that holds two elements.
The elements of a seventy-element array are numbered from …………… to …………… .