Where does the else statement go?

After the if statement's closing curly brace }Inside the if statementBefore the if statementRight after the if statement's condition

After the if statement's closing curly brace }.