Teacher Name:Mr. Rung Date of Lesson: November
Course Name: C++ Lesson Name: Chap 7.1a
Student Name
Password
Objective Complete the workbook problems.
Primary Focus True/False in section 7.1
Site Links KRHS
Additional Resources
Site Links
Question #1
Computers make decisions by making simple comparisons.
True False
Question #2
In C++, false is represented by 1.
Question #3
The <= operator is the greater than or equal to operator.
Question #4
The ! operator is a logical operator.
Question #5
The || operator is evaluated before the && operator