If Statement, Runs a block of code only if the condition is True., Else statement, Runs a block of code only if the previous condition is False.Checks a brand new condition if the first one was False., Else If, Checks a brand new condition if the first one was False., Condition, A statement that evaluates to either True or False., if (score >= 50), The player passes the level., else (score is 49), The player gets a "Game Over" screen.

IF/ELSE LOGIC MATCH

Leaderboard

Visual style

Options

Switch template

Continue editing: ?