What's wrong with this code?
The
else
statement is before the
else
if
statements
There are too many
else
if
statements
Nothing's wrong with the code
The
if
statement is missing a condition
The
else
statement is before the
else if
statements.