Where does the else statement go?

Before the if statement's code blockWhen there isn't any if statement code blockInside the if statement's code blockAfter the if statement's code block

After the if statement's code block.