Teacher Name:Mr. Rung Date of Lesson: November
Course Name: C++ Lesson Name: Chap 7.2a
Student Name
Password
Objective Complete section 2 of chapter 7 in the workbook
Primary Focus Please select True or False
Site Links
Additional Resources
Question #1
C++ is the only programming language with an if structure.
True False
Question #2
You should always use braces when creating if structures.
Question #3
The if/else structure is a one-way selection structure.
Question #4
The switch structure is capable of more than two-way selection.
Question #5
The switch structure can be replaced by nested if/else structures.