Teacher Name:Mr. Rung Date of Lesson: December
Course Name: C++ Lesson Name: Chap 8.2a
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
A standard while loop tests the control expression at the end of the loop.
True False
Question #2
A while loop can be used to replace any for loop.
Question #3
The break statement causes the loop to begin the next iteration.
Question #4
The continue statement causes a loop to end early.
Question #5
All kinds of loops can be nested.