Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Create a Grading program for a course with the following grading policies: 1. Pr

ID: 3647138 • Letter: C

Question

Create a Grading program for a course with the following grading policies:

1. Programming Homeworks (4) 40%
Midterm Exams (2) 40%
Final Exam 20%

2. Each of the two midterms and the final exam is graded on the basis
of 100 points.

3. The following grading scale is used in the course grade :
? A: 90 points or above.
? B: 80 points or above.
? C: 70 points or above.
? D: 60 points or above.
? F: less than 60.

The program must have the following properties:
- At least three classes should be implemented: Course, Student, and
Grade.
- Class Course should contain a vector of students, and a Course name.

- Class Course should have functions that can add a student, print
students

Explanation / Answer

#include using namespace std; int main() { int grade; cout grade; if(grade == 100) { cout