How many else if statements can we use?

As many as we wantOnly oneThere is no such thing as an else if block

Nailed it! As long as every else if is followed by a boolean value, we can use as many blocks as we want.

Yikes! As long as every else if is followed by a boolean value, we can use as many blocks as we want.