One-dimensional arrays can hold values of the same data type.

To iterate over all the elements in a one-dimensional array, we can use a .

To access a specific element in a one-dimensional array, we use its .

We declare a one-dimensional array by specifying the data type followed by the array .