This document provides instructions for a lab exercise on using an integrated development environment (IDE) for writing and debugging C programs. Students are asked to:
1. Write two C programs - one to display a person's name and age over years, and another to calculate the average of 5 numbers.
2. Compile and run the programs, noting and correcting any errors.
3. Use the IDE's debugging tools like breakpoints, stepping, and watches to debug errors in calculations or output.
The goal is to practice using an IDE for writing, compiling, running and debugging C programs from within the IDE's interface.