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

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

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

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