Objective #1: Be able to build structured programs that are divided into functions.

Objective #2: Understand what is meant by the phrase "scope of variables."

Objective #3: Be able to use functions in a C++ program.

Objective #4: Understand how data is passed to functions.

Objective #5: Be able to use void functions when appropriate.

Objective #6: Learn how to use the library functions that are included with the compiler.

We will not be studying the following material in this course.

Objective #7: Understand how to pass by reference.