Booleans

Home > Computer Science > Programming Languages > Control Structures > Booleans

Booleans are a data type that can hold either true or false values, and are commonly used in conditional statements to help determine program flow.