Write an interactive c program to process the exam scores


Write an interactive C program to process the exam scores for a group of students in a C programming course. Begin by specifying the number of exam scores for each student (assume this value is the same for all students in the class). Then enter each student's name and exam scores. Calculate an average score for each student, and an overall class average (an average of the individual student averages). Display the overall class average, followed by the name, the individual exam scores and the average score for each student.Store the student names in a 2-dimensional character array, and store the exam scores in a 2-dimensional floating-point array. Make the program as general as possible. Label the output clearly.

Solution Preview :

Prepared by a verified Expert
C/C++ Programming: Write an interactive c program to process the exam scores
Reference No:- TGS01174817

Now Priced at $20 (50% Discount)

Recommended (95%)

Rated (4.7/5)