Conditions Example

You are an adult.

Good afternoon!

Color is red.

Conditions allow the execution of different code blocks depending on certain conditions. The if...else and switch statements are commonly used to control program flow.