KRHS Internet Lesson

Teacher Name:Mr. Rung                          Date of Lesson: December

Course Name: C++                    Lesson Name: Chap 8.1a

Student Name

Password


Objective
To complete the workbook exercises.


Primary Focus
Please answer the questions below.

Site Links
Course Home Page

Additional Resources

Site Links


Question #1

In a for loop, the step expression initializes the counter variable.

True         False


Question #2

In order for a loop to iterate by some number other than one, the control expression must be modified.

True         False


Question #3

Braces are required for loops that include more than one statement.

True         False


Question #4

For loops can be nested.

True         False


Question #5

A for loop can have only one statement within the loop.

True         False