Using 3 different for loops, write a java program to give the following output. The
program requires no user input. Save the program as ThreeLoops.java
Countdown...
10
9
8
7
6
5
4
3
2
1
Blast Off!
Even Counting
2 4 6 8 10 12 14 16 18 20
Finished
Odd Counting
15 13 11 9 7 5 3 1
Finished