An array is a container that holds a fixed number of values of the same type. An array's length is determined when it is created and cannot be changed. The document then provides an example of creating an integer array called "scores" with 4 elements to store the scores of 4 cricket teams. It demonstrates accessing the elements of the array using indexes and printing the team scores.