Why do we use else statements?
- To say what should happen when a condition isn't fulfilled
- To say what should happen when a condition is fulfilled
- Because we can't use
if statements without else statements - To have a code block that always runs
To say what should happen when a condition isn't fulfilled.