printing an array

An array is a collection of like instances. There is no built in support for printing an array. You need to use a for loop to print each element of the array.