Question: In Java: Develop a program to maintain a list of homework assignments. When an assignment is assigned, add it to the list, and when it
In Java:
Develop a program to maintain a list of homework assignments. When an assignment is assigned, add it to the list, and when it is completed, remove it from the list. You should keep track of the due date. Your program should provide the following services:
1. Add a new assignment. 2. Remove an assignment. 3. Provide a list of the assignments in the order they were assigned. 4. Find the assignment with the earliest due date.
---> In JAVA please
---> Better to use ArrayList or LinkedList???
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
