Possible Answers

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