Which one is the answer for the question.
Answer:
if/else statement
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.