This program sorts integer data input by the user. It contains procedures for inputting the data, sorting it from lowest to highest, and outputting the sorted data. The user is prompted to enter the number of data values, the data is input and sorted, and finally the sorted data is displayed.