June 2019
Beginner
367 pages
6h 3m
English
This chapter presents how to create variables to hold various types of data such as numbers, strings, arrays, and Boolean values. It also presents how to take data out from the variables for further processing, and how to change data stored in the variables during the execution of the code.
You want to create a variable and store the value 100 in it, then display the content on the micro:bit display.