1. Declare an array with 6 integer elements.
2. Store user's numbers in.
3. Display elements of the array.
4. Use bubble sort (click on) to sort the array in ascending order.

After sort them, you should have an interface as below: