Write a program to compute your grade for this class.

Your program should be well documented, including block comments at the beginning of the program, individual comments at the beginning of logical sections of the code, and other comments when necessairy. You should identify the use of all variables with a comment when they are declared.

In addition, you should use good self documenting techniques. This includes reasonable variable names, blank lines and good indentation.

When the program is complete, please send a copy of the .C file only to dbennett@edinboro.edu, the subject of your message should be program2, csci 130

Goals: