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.
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.