Unlock access to all the studying documents.
View Full Document
4.1 OBJECTIVES
4.2 PRE-LAB READING
LAB 4
– To learn the use of relational operators
– To learn the use of logical operators
4.2.1 RELATIONAL OPERATORS
In C++ the condition test is done with the help of Boolean expressions. Boolean
functions always return a bool value that is either true or false. The simplest and
most common way to construct such an expression is to use the relational