An array is a data structure that stores multiple elements of the same type in contiguous memory locations. Example: numbers = [10, 20, 30, 40]