Use the Arrow keys to see IF/THEN blocks with Scratch Cat. Click Green Flag to see IF/THEN blocks with Crab
Conditional Blocks continuously check a situation to see if a statement is True or False. Our lives are full of conditional situations. If your homework is done then you can play. If you are tired then you go to bed. From the Ontario Math Curriculum 2020 (https://www.dcp.edu.gov.on.ca/en/curriculum/elementary-mathematics/glossary#c) Conditional Statement (coding) A type of coding instruction used to compare values and express and make decisions. A conditional statement tells a program to execute an action depending on whether a condition is true or false. It is often represented as an if-then or if-then-else statement.