Question: JAVA) Please solve this one. I need output too. Thank you Student Record Manager Create a program to maintain a list of students and their




JAVA) Please solve this one. I need output too. Thank you
Student Record Manager Create a program to maintain a list of students and their grades. Each student should contain the following attributes: a. First name b. Last name c. ID d. Email address e. List of courses taken by the students and their grades (Course description and grade). Class design requirements: Your program should contain the following classes. class StudentRecordManager: A class that contains the list of students with the following requirements: Add a student, remove a student, and search for a student by ID or last name. Search by ID should return a single student, but a search by name should check both first name and last name and return a list of student that contain the search string in their name. Add a course to a student and remove a course from the student. getIterator method returns an iterator that allows an external class to iterate through the list of students and process them. The getIterator method returns an iterator that implements the following interface: interface
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
