(1) FOR LOOP – Sequence of numbers

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.

Scroll to Top