Why do we use else statements?

To say what should happen when a condition isn't fulfilledTo say what should happen when a condition is fulfilledBecause we can't use if statements without else statementsTo have a code block that always runs

To say what should happen when a condition isn't fulfilled.