Learning Intention:
Understand using loops.
1) Watch the video on LOOPS and code the program yourself:
2) Go to MAKECODE EDITOR in microbit.org and click 'NEW PROJECT' to start a new project. Call this project 'countdown'. Using the guidelines in the video, create a program which counts down from 5 to 1 and then displays a message such as 'Hi!' or your name.
HINTS:
Change the number by -1 instead of 1 to make the number decrease instead of increase.
Use the 'show string' command to display a message:
3) Download your code and put it in your 10ROB folder.