This document provides instructions and examples for a lab on program control in C++ using looping statements like for, while, and do-while. It includes 5 activities with sample code to illustrate each loop type, and 2 exercises asking students to write programs to print patterns using loops and calculate parking fees using a while loop. The goal is for students to understand and be able to use different looping statements in C++ programs.