Question: C++ Programming Create a grade book (Chapters 1-7) - individual or group (max 4 people) Project. The assignment is straightforward - to create a functional
C++ Programming
Create a grade book (Chapters 1-7) - individual or group (max 4 people) Project.
The assignment is straightforward - to create a functional grade book.
The functionalities of the grade book are up to you. It can be a simple grade book which would store information about n students (n specified by the user), calculating an average and displaying it on the screen or it can have more functionalities.
It can be organized in the following fashion:

John Doe 1 John Doe 2 John Doe 3 John Doe 4. John Doe 5 John Doe 65 John Doe 7 John Doe 8 John Doe 9 John Doe 10 Midterm Exam Final Exam Average Final Grade Number of Vector Declaration: dimensions: Data Type: vector char vecFinalGrade; char 1D vector 2D vector vector vector double vecGrades double 1D vector vector double
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
