Arrays provide a way to store and organize multiple values of the same type. An array is a collection of a fixed number of variables of the same data type arranged in a list. Arrays are zero-indexed, with the first element having an index of 0. The length of an array is fixed when it is created.