- Fixed a syntax error in the code
- Problem: There was no opening parenthesis after `else if` and the semicolon at the end of the line was terminating the `if` statement prematurely.
- Solution: Added the missing parenthesis and removed the semicolon at the end of the line.