1. Create a 'for' loop that will display numbers: 100 90 80 70 60
2. Create a 'for' loop that will display all EVEN numbers from 1 to N. (N is a positive number entered by the user.)
3. Create a 'while' loop that will accept numbers but stops when it encounters a negative number.
Comments