Question: Problem statement: You have been hired to create a program for the university of Memphis. They would like a prognam where the teacher can input

Problem statement:
You have been hired to create a program for the university of Memphis. They would like a prognam where the teacher can input the student's ID number, Midterm grade, and Final grade for the semester. They would like the program to compute the weighted average for each student, the average of the overall class weighted average, and the deviation of that student's average from the overall class weighted average. Then display the class weighted average, student id number, the student's midterm grade, the student's final grade, the student's weighted average, and the student's deviation from the overall class weighted average. There is a max number of 50 students per class, but the actual number students per class will vary. Because of this variation, the program must allow for the teacher to specify. the actual number of students in the class without having to edit the actual program.
Program Requirements:
ID number, midterm grade, final grade, and students' average values must be stored in arrays.
Your table must be organized and easy to read.
You must use a constant when declaring your arrays.
Expect test grades to be input as decinal values.
Project Requirements:
Flowchart for the program.
Pseudo Code must be in your program.
Must have a corresponding test plan.
Formulas:
Weighted average =0.45** midterm grade +0.55** final grade.
Average class weighted average = sum iof each student's weighted average / the number of students.
Deviation for student = the individual student's weighted average - the average class weighted average.
please write code in the c language .c to be clear thank you in advance.
Problem statement: You have been hired to create

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Accounting Questions!