One-dimensional arrays
They are formed by a set of elements of the same type of data that are stored under the same name, and are differentiated by the position that each element has within the data array.
When declaring an arrangement, its elements must be initialized before using them. To declare an arrangement you have to indicate its type, a unique name and the number of elements that it will contain