C++ Question
Design and implement a class that stores a list of students.Each student has the list of courses he/she registered for thesemester. You will need a container of containers to hold this listof students. Choose the optimal container for this exercise, notingthat no duplicates should be permitted. Use STL classes withiterators to navigate the list. Develop a test program, whichallows options to add, remove, and list students and theirassociated course lists. Also include a function that displays thefirst course name in each list (the function must use iterators)Please use namespace std for this.
Expert Answer
An answer will be
PayPal Gateway not configured
PayPal Gateway not configured