The score is passing.
It is Monday.
Conditions let a PHP program make decisions based on whether something is true or which value is being tested. An if/else statement chooses between two paths. A switch statement compares one value with different case options and runs the matching section. The default section runs when no case matches.