Write a structured c program that print the id and average


Problem

A Class of 40 students has received their grades for 5 exams (each out of 100). Write a structured C++ program (using top-down design) that will do the following:

a. Read the student data list which consist of the Student ID, and 5 consecutive grades Dothe necessary validation on input.
b. Print the ID and average score for each student.
c. Implement a function that calculates the worst average grade.
d. Print the IDs of all students having the worst average grade.

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: Write a structured c program that print the id and average
Reference No:- TGS02668306

Expected delivery within 24 Hours