Write programs that handle complex decision-making using the boolean data type, conditionals, and comparison and logical operators.
Continue your PHP learning journey! Writing programs that can handle complex decision-making sets you up to make powerful, interesting programs. This course will give you the tools you need to make flexible and dynamic programs!
### Take-Away Skills
By the end of this course, you will be able to:
* Control the program flow using `if`, `else if`, `else`, `switch`, and ternary syntax.
* Create decision-making programs using comparison and logical operators.
### Notes on Prerequisites
We recommend that you complete [Learn PHP: Functions](https://www.codecademy.com/learn/learn-php-functions) before completing this course.
Continue your PHP learning journey! Writing programs that can handle complex decision-making sets you up to make powerful, interesting programs. This course will give you the tools you need to make flexible and dynamic programs!
### Take-Away Skills
By the end of this course, you will be able to:
* Control the program flow using `if`, `else if`, `else`, `switch`, and ternary syntax.
* Create decision-making programs using comparison and logical operators.
### Notes on Prerequisites
We recommend that you complete [Learn PHP: Functions](https://www.codecademy.com/learn/learn-php-functions) before completing this course.