Write a program to sort 4 numbers. The program will ask user to input 4 variables, then display them on the screen by increasing order.
Example Input:
4 37 53 9
Output:
4 9 37 53