Assignment 3

Condition Page

Ariana Jimenez



Condition Examples:

if…else condition

It's very warm today.

if…elself…else condition

Today is not Monday, Wednesday, Friday, or Saturday. So what day is it?

PHP switch/case

Today is not Monday or Tuesday.

How do conditions work?

They work by checking if the condition is true and executing the code that follows that condition in the statement.