002-004-003

Data Types: Boolean Display

Easy

Problem Description

Boolean Values

**In this problem**, you will create a program that declares boolean variables, evaluates comparison expressions using relational operators, and displays the result (true or false) to standard output.

Boolean type holds true or false values. Comparison results are boolean.

Ready to Try Running Code?

Log in to access the code editor and execute your solutions for this problem.

Don't have an account?

Sign Up