What does an else statement do?

Runs code when a specific condition is satisfiedAlways run code no matter the conditionRuns code when no conditions are satisfiedRuns code after an if code block runs code

Runs code when no conditions are satisfied.