1.1-Introductie-Programmeren

Counting from 100 to 1

Difficulty: Filled Outlined Outlined

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.

Example

100
99
98
97
... etc
4
3
2
1