Possible Answers
- An else if clause is used in an if statement when you would like to have more than 2 branches for the condition.
- You can use any number of else if clauses as long as the conditions associated with each are mutually exclusive.
- alert("Above average performance");