FOR LOOP 6

Task 6: Write a program to ask the user to enter a start number and an end number. The program should then display all of the numbers from the start number to the end number.
e.g Start=1 End=6 Display should be 1 2 3 4 5 6

Scroll to Top