Where does the
else
statement go?
After the
if
statement's closing curly brace
}
Inside the
if
statement
Before the
if
statement
Right after the
if
statement's condition
After the
if
statement's closing curly brace
}
.