Any help appreciated
The school wants to be able to check how students have performed in any course. To do this they will use sampling. They will pick the marks of any 5 students and then get the average grade. Each course must have a mid-semester exam mark, a final exam mark, and assignment, project, or quiz marks.

Write a C++ program that can enable the school to do the sampling explained in the narrative above. The program must be able to do the following:

Add student marks into the sample;

Edit the marks in the sample;

View the marks of the students in the sample;

Display the average grade for the course.

Project Constraints:

The program is only required to hold data while the program is running. If the user exits the program, then all the data entered will be lost.

If you read the Daniweb Posting Rules and Suggestions For Posting Questions you'd already know that we need to see proof of effort. Show us what you have done so far. If you have a specific problem then please indicate what it is and we will try to help. Your odds of getting quality help are in proportion to the quality of information you provide.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.