Search
We have seen if else. If we have more than one condition, we can also use elsif.
if else
elsif
Notice that the first one is if and then we have elsif.
if
However, the very last one is else.
else