Computer Applications
Write a statement that defines a one-dimensional array called amount of type double that holds two elements.
Related Questions
An array element is accessed using …………… .
- a first-in-first-out approach
- the dot operator
- an element name
- an index number
All the elements in an array must be of …………… data type.
The elements of a seventy-element array are numbered from …………… to …………… .
Element amount[9] is which element of the array ?
- the eighth
- the ninth
- the tenth
- impossible to tell.