Lab #2


Ask the user to enter in two numbers. Display all the number from
the first to the second. Use a for-loop for this.

For example if the person enters in 10 and then 15.
Display on the screen:
10
11
12
13
14
15

Your program will ask for numbers, do not have your program only 
display 10 to 15.