Question: c++ program. Define an array (or a vector) of class to store students information. Then write a main function to populate the array (vector) and
c++ program. Define an array (or a vector) of class to store students information. Then write a main function to populate the array (vector) and display it by the member function. The student class has member variables name (e.g. John Smith), mark and address as well as a display() member function to display the member variables.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
