Question: Write a class whose constructor takes a vector of Student objects, where each Student has a name of type string and a score of type
Write a class whose constructor takes a vector of Student objects, where each Student has a name of type string and a score of type int. The class internally stores the data passed to it in its constructor. The class should have an overloaded output operator that outputs its data in the form of an HTML table. Make up suitable input and use it to test your class.
create a cpp and h file
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
