Write a program to fill an array with all integers from a data file and sort
the numbers in the ascending order.
Also, display the original sequence of the numbers and display another sequence
as the ascending order of the numbers.
Write one function to fill the array, one function to sort the array and another function to display the array.
The data file is followed: (Note: there are 20 numbers)
12 56 9 7 34 13 1 234 87 3 8 10 24 65 20 40 30 70 90 100