x is greater than 5.
The color is red.

Conditional statements like if/else and switch allow you to execute code based on certain conditions. If/else checks a condition, while switch evaluates a variable against multiple cases.