Using for loops and variables in a Java program

Create a new class named LoopingCheer. Type in the following code

for loop cheer

Show your working program.

Create a new class named CountDown.
Make it create this output using a loop and a counter variable (come up with your own creative name for your variable other than count):
10 9 8 7 6 5 4 3 2 1 0 Blastoff!

Fill out the tag sheet when your program is working.