How many else if
branches can we have in one set of conditionals?
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.