CSE 1341: CS I (Fall, 1999)
Homework Assignment #7
Due Date: Monday, 10/18/99, before midnight.
-
Programming:
Write a C program to re-do hw#6,
with the following modifications:
-
The letter grade interpretation of the weighted scores
are as follows:
- "A" for those at or above (mean + 10);
- "B" for those below "A" but at or above (mean);
- "C" for those below "B" but at or above (mean - 10);
- "D" for those below "C" but at or above (mean - 20);
- "F" for those below "D".
You need to print out a table with the above information.
-
You must use at least one function (in addition to main())
in your program.
-
Standard test values:
Use the chart you generated for hw#6.
-
E-mail
you program and a trace of its execution to your TA by the due date.
Prepared by Jeff Tian
(tian@seas.smu.edu).
Last update Oct. 7, 1999.