Final answer:
An IF-ELSE statement allows the robot to run different portions of code depending on whether the IF statement is true or false.
Step-by-step explanation:
An IF-ELSE statement allows the robot to run one portion of code if the IF statement is true and another portion of code if it is false.