An array is a sequential collection of data storage locations of the same type. Each storage location is called an element of the array. Arrays are collections of variables of the same type that are referred to through a common name, with each variable possessing a unique number called a subscript. Individual members of an array are called elements of the array. An array is declared by specifying the type followed by the array name and the number of elements in square brackets.