Ask the user to type two numbers from range 20-60. Keep on asking until he types in the range of 20-60. Display the numbers between those two numbers in ascending order.
For example if the user types 25 and 20 the in out put is 20 21 22 23 24 25
Note that the user can type the larger number first and then the smaller number. Regardless of the order in which the input was given and the output should be the same.