This program illustrates the use of arrays.

In this example the array used is meant to hold integers (numbers).

The java.util.Arrays class is also introduced, with its useful method sort(...)