We can have an unlimited number of else if sections.
else if
See that? If statements have to start with the if keyword and end with else. In between, however, we can throw in as many else if sections as we want.
if
else
Are you sure this is correct syntax?