Create a new file with the following code in main():
a for loop that prints the numbers 75 to 125
a for loop that prints the numbers 50 to 30, in reverse order
a while loop that prints the numbers from 66 to 111
a while loop that prints the numbers from 50 to 30, in reverse order
a for loop that prints any number from 1 to 100 that:
--- is evenly divisible by 3 or is evenly divisible by 4
(example: 3,4,6,8,9,12...)