Was hoping someone can do this problem with the use of classes! I did this assig
ID: 3647148 • Letter: W
Question
Was hoping someone can do this problem with the use of classes!I did this assignment but not with classes. I have to use classes for this assignment and
I am still having issues.
Hoping someone can help me out. Need this by today.
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) { coutRelated Questions
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.