(1) For Loop – Counting down

Construct a program that asks the user for a start number and an end number – Use a FOR loop to countdown from the first number to the last number. You should check that the first number is bigger than the second number.

Scroll to Top