What does an else statement do?
Runs code when a specific condition is satisfied
Always run code no matter the condition
Runs code when no conditions are satisfied
Runs code after an if code block runs code
Runs code when no conditions are satisfied.