You passed the class.
Today is Monday.
Conditions allow PHP to make decisions depending on whether certain requirements are met. An if/else statement chooses between different results based on whether a condition is true or false. A switch statement uses cases to compare one value against multiple possible choices and runs the code for the matching case.