Chapter 4. Using Conditional Expressions and Selection Statements

<feature>
  • Learn to use Boolean conditions and expressions

  • Make decisions using selection statements

  • Understand the logical AND, OR, and NOT operators

  • Gain insight into the nature of truth by using truth tables

  • See how to create and use enumerated data types

</feature>

Using Boolean Conditions and Expressions

George Boole was a nineteenth century mathematician who thought in terms of computer science long before there was such a thing as computer science. It was Boole who created Boolean algebra and formalized Boolean logic. The Boolean condition expresses either truth or falsehood. You can find analogies for this condition in many ways. You can think of the condition as on or off, zero ...

Get Practical C++ now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.