This document outlines a lab assignment on programming fundamentals in C++. The lab covers variable declaration, data types, keywords, program structure, and input/output statements. Students are instructed to write, compile, and run programs that demonstrate calculating sums and averages, declaring constants, and using different variable types like int, float, char, and string. The document provides example programs and step-by-step instructions for students to complete the assignment.