Conditions
If-Else Statment Example:
You unfortunately failed the class.
If-ElseIf-Else Statement Example:
You have a 11:30am class and a 4pm class.
Switch/Case Statement Example:
You are 2 months away from summer break!
Conditions are used to control the flow of a program by executing certain blocks of code based on whether a statement evaluates to true or false.