If I have a statement block like this:
if (/*condition here*/){ } else{ }
or like this:
if (/*condition here*/) else if (/
else if basically means the else part of if is another if statement.
else if
else
if