1.1-Introductie-Programmeren

Counting from 1 to 100 easily

Difficulty: Filled Outlined Outlined

Write a program that prints all numbers between 1 and 100 using a while-loop. Because the SaxionApp doesn’t really scroll (and we want to generate quite a bit of output!), use System.out.println(..) instead to see what your program does.

Example

1
2
3
4
5
... etc
95
96
97
98
99
100