The assignment required me to construct a Java application that accomplishes the following tasks:
- Prompts users to enter the number of students and their names in this course.
- Displays the total number of students in the class and their names.
- Deletes the names of the students who drop the class.
- Displays how many students dropped and their names. You are required to choose one of the three data structures discussed in this module: ArrayList, LinkedList, or Vector, and apply it in this program.