How many else if branches can we have in one set of conditionals?

13There's no limit

Awesome. Rather that using multiple if branches we can have one if and multiple else if branches.

Not right. Rather that using multiple if branches we can have one if and multiple else if branches.