CS120
Lab #10

This lab is a review of functions. For this lab you will write a single main program that you will use to test several functions. For each function is it a good idea to first think about exactly what the function is supposed to do and to write the prototype/declaration before trying to write the code for the function. The prototype/declaration for the first function is given for you.

The functions that you should write and test are:

Turn in: Use cscheckin to turn in your program.