Question: Write a program to manage a list of students waiting to register for a courses. Operations should include adding a new student at the end
Write a program to manage a list of students waiting to register for a courses. Operations should include adding a new student at the end of the list, adding a new student at the beginning of the list, removing the student from the beginning of the list, removing a student by name.
1. Make sure that your test program illustrates ALL services implemented by your application and allows the user to perform all operations with their own data.
2. Use outputting data to the console to demonstrate changes made the last operation performed
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
