What's true about conditions and conditional statements?

Conditions result in boolean valuesWe can perform different actions based on different conditionsIf statements are conditional statementsSwitch statements don't count as conditional statements

Fantastic! With conditional statements like if and switch, we can perform different actions based on different conditions.

Oh noes! With conditional statements like if and switch, we can perform different actions based on different conditions.