This document provides instructions for completing a 3-part lab assignment in a CIS 170 C++ programming course. The document:
1) Summarizes that the lab will instruct students on how to create, compile, and debug simple C++ programs.
2) Outlines the steps for Part A which guides students in writing, building, and running a simple "Hello World" program.
3) Describes Part B where students write a program to calculate total ticket amounts.
4) Discusses Part C where students write a payroll calculation program that prompts the user for weekly sales and calculates/displays gross pay, taxes, deductions and net pay.