This is the first condtional if statement

The if condiaonal statement in php prints a statement depending on if its true or not; if the conditions are met then "I love fridays!" will print if not then notong wo

I love fridays!

This is the second condistion if/else statement

The second condiatonal statement is an if/else statement which basically means that if one statement comes back false than the else statement will print.

Have a good weekend!

This is switch/case statement

What this condistional statement does is print of the best option based on the circumstances.

Your favorite game is pokemon! conditionscode