QN.2
Write a C program with a function that computes the average of a set of marks, returns the average value
and the grade of the average mark.
Use assignment32.c for your program name, and avgGrade() for the function name
Consider the marks to be floating point values. The grades are: A -> {85 –100}, B -> {75 –84}, C -> {65 –74},
D -> {55 –64}, and F -> {0 –54}
Use for running your program, the following sets of marks: {80, 25, 90, 78, 85, 40} {67, 66, 99, 36, 26, 89}
{50, 86, 36, 78, 76, 55}
Answers
Answered by
2
Answer:
this is very tricky
question
Similar questions