Answer:
if/else statement
Step-by-step explanation:
If the condition specified in the if statement is true, the block of code at the if statement is run. If not, the code at the else statement is run.
4.4m questions
5.7m answers