This content was deleted by the author. You can see it from Blockchain History logs.

Microbit Programming - Selection Style Program | Logic operation | Decision making operation

The second basic programming skill that beginners in programming should have is how to apply if, if-else conditional statements. The conditional statements will give a Boolean result of true and false from which program will make selection of the appropriate next action.
Normally programs will have a mixed style of sequence, selection and looping.