Answered step by step
Verified Expert Solution
Question
1 Approved Answer
( C program language ) please write down the code , no need for extra explanatory information 9.40 Write an interactive C program to process
( C program language )
please write down the code , no need for extra explanatory information
9.40 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 two-dimensional character array, and store the exam scores in a two-dimensional floating-point array. Make the program as general as possible. Label the output clearly. Test the program using the following set of student exam grades. Name Adams Brown Davis Fisher Hamilton Jones Ludwig Osbome Prince Richards Smith Thomas Wolfe Zorba 45 60 40 0 90 95 35 75 85 SO 70 10 25 65 Exam Scores (percent) 80 80 95 50 70 75 30 10 45 5 5 0 85 100 95 90 80 95 50 55 65 60 75 60 75 60 85 60 50 35 60 75 70 25 35 20 40 65 75 80 70 100 55 SS 60 10 90 85 45 70 90 75 80 55 S 90 80 70 80 100 70 75 10 95 95 65 55 30 85 60Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started