Statements in programming that perform different actions depending on whether a specified boolean condition evaluates to true or false.
"Using conditionals allows developers to control the flow of their programs with if, else if, and else statements."