Question: In C++ Please . Complete the Course class by implementing the CourseSize() member function, which returns the total number of students in the course. Complete
In C++ Please .
Complete the Course class by implementing the CourseSize() member function, which returns the total number of students in the course.

Complete the Course class by implementing the CourseSize() member function, which returns the total number students in the course. Given classes: - Class Course represents a course, which contains a vector of Student objects as a course roster. (Type you here.) - Class Student represents a classroom student, which has three data members: first name, last name, and Note: For testing purposes, different student values will be used. Ex. For the following students: Henry Bendel 3.6 Johnny Min 2.9 the output is: Course size: 2 Current file: Course.cpp - Load default te
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
