Conditions

Conditions

Here is my if...else example.

The current tempature is 70 degrees.
It's warm outside

Here is my if...elseif...else example

I passed my Math test with a grade of 88 %.Grade: B

Here is my switch/case example.

What day is it?
Today is Wednesday.

Explanation


There are three primary terms for conditions. They are if, elself, else. This controls certain parts of code based on meeting certain condtions.