Functions Question
Functions Question
Business Department
COMPUTER SCIENCE (MODULE 3)
Write a C program that will show a menu giving the option to student name a submit term grade
and final for each subject (Math, English & Science). Calculate the average per subject,
calculate overall average for the student. Display the grades per subject and the dispay the for
overall average.
NB: Ensure each grade is stored within their own array. Please use return functions, switches
and appropriate constructs.
Total 20