First example of an if/else condition
You selected gender other than Male

Example of a PHP case
You selected gender as Female.
You selected gender as non-binary.

Explanation: Conditions allow for the use of logic in PHP. The above example returns certain code based on the condition, which in this case is gender.