1) We are going to code the Micro.bit to display the numbers 0 to 9 on the LED screen.

2) Edit the loop to display the numbers 0 to 20.
Additional Challenge
Create a program that displays only the even numbers between 2 and 20.
We will decompose this problem
1) How would you do this offline?
2) Do you see a pattern?
3) What type of loop should we use?
4) Switch to the other type of loop and redo your program.