Answer:
The program needs one true answer to run
after the If statement is false
Step-by-step explanation:
Else-if statements are attached to If statements. They run if the If statement is false, and have their own condition. If their condition passes, they run their own block of code.