Conditions let programs choose
A condition is a yes-or-no question the program can answer.
If the answer is yes, run one set of instructions. Otherwise, run another. It is the programming version of: IF it is raining, take an umbrella. OTHERWISE, leave it at home.
Try it: Create a plain-English IF/OTHERWISE decision for whether you should wear a coat.