What's wrong with this code?
The
else
statement should come after the
if
statement
The
else
statement should have a condition
There's nothing wrong with the code
The
else
statement should come after the
if
statement.