Loop Practice
- Write a program that lets the user enter a number, and then prints
every number between zero and that number that is divisible by 3.
- Write a program that lets the user enter exactly 10 numbers, and
prints the average.
- Write a program that lets the user enter a number, and then prints
every number from 1 to that number as a negative number.