Construct a program that asks the user for a START NUMBER and an END NUMBER. Use a FOR loop to display all the numbers between the start and end number.
Construct a program that asks the user for a START NUMBER and an END NUMBER. Use a FOR loop to display all the numbers between the start and end number.