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

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

We can modify the value of an element in a one-dimensional array by assigning a new to it.

The length of a one-dimensional array represents the number of it can store.

One-dimensional arrays are often used to store a of related data.