Goal: Fill in the blanks so that the program says “Ouch!” for a variety of conditions.
Success Criteria:
- The micro:bit runs the program with no errors
- Micro:bit says “Ouch!” when you press button A, button B, or the temperature gets too hot
- The program doesn’t end until you press “stop”
- There is no
label
or goto
in the code
Task:
- Use the documentation
- Fill in the blanks