0 Comments
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.