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

in GEMS4 years ago

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.