At the end of this lesson, you will be able to:
change the value of a variable in place
learn about flowcharts
creating a variable
go over flowcharts
go over example program with a flowchart
for each "function" you create (button press), create a flowchart
DO NOT initialize variables in a flowchart
watch this video, "Makecode: Modifying Variables In Place"
create an example flowchart
click on provided link to create a new GitHub repo
call the repo: TEJ2O.1-Unit2-07
make a Micro:Bit version of the Cookie Clicker program
create the program below
include a flowchart for each of the buton presses
do the same program from above, but in python
Note: you only ever create 1 flowchart, no need to recreate it
Click the "A" button to add 1 to the current number.
Click the "B" button to reset to 0.