Lab 10
More Loops

Objectives

The purpose of this lab is to give you a chance to play with different loop constructs provided in C and different ways to organize loops. One of the things you will notice about the programs provided below, is that they are inadequately documented. Part of your job is to comment the programs you turn in to properly show the algorithms they are implementing. As usual, you should begin by creating a new directory called Lab10 in your EE160/Labs directory (which you have created in previous labs). All of the program files you write for this lab should be in this Lab10 directory.

Programs