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