You can have as many else if statements as needed.
only one block of code is executed, once one condition is found to be true the balance of the conditions are not checked and the control of the program is passed to the line after the final } in this block of code.