What's wrong with this code?

The condition is next to the else keyword and not the if keywordThere's nothing wrong with this codeThe condition can't be fulfilledThe else statement should come before the if statement

The condition is next to the else keyword and not the if keyword.