Similar to the previous exercise, write a program that prints all numbers between 100 and 1 using a while-loop. Because the SaxionApp doesn’t really scroll, use System.out.println(..)
instead to see what your program does.
100
99
98
97
... etc
4
3
2
1