KRHS Internet Lesson

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

Site Links


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.

True         False


Question #3

The if/else structure is a one-way selection structure.

True         False


Question #4

The switch structure is capable of more than two-way selection.

True         False


Question #5

The switch structure can be replaced by nested if/else structures.

True         False