This is conditions.php
50 is positive.
Exactly 50.
Another day in school......
if-else statement is the conditioning function to simply compare 2 terms.
if-elseif statement contains multiple terms to be compare.
Switch-case statement is similar to above but works much faster since the compiler can directly jump to the specified condition.