If I have a statement block like this:
if (/*condition here*/){ } else{ }
or like this:
if (/*condition here*/) else if (/
**if/else** if(condition) statement; else statement;
if/ else if /else
if(condition) { if(condition) statement; else statement; } else if(condition) { if(condition) statement; else statement; } else statement;
if/else and if/else if used also like this