Question: Write a C++ code for the following questions: 1. Create a Person class with name (string),course(string) and grade(double) information. 2. Create a Course class with
Write a C++ code for the following questions: 1. Create a Person class with name (string),course(string) and grade(double) information. 2. Create a Course class with student (person), totalStudents(integer), averageGrade(double) You need to create 3 students in the Course class, and calculate the average of their grades. You can create any necessary file format (class, header,etc.) Please upload them separately(do not copy them into single file)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
