Conditions.php
10 is even
C
Today is Monday
- if else conditions are condtions that allow me to make decisions in my code based on whether a certain condition is true or false.
- if...elseif...else conditions basically just allow you to add more levels to your if else condtion.
- a switch statement is a way to excute differnt blocks of code based on the value of the variable.