Where does the else statement go?
Before the if statement's code block
When there isn't any if statement code block
Inside the if statement's code block
After the if statement's code block
After the if statement's code block.