Define a method removeEvery for the class LinkedBag that removes all occurrences of a given entry from a bag.
Implement a Linked List with the following methods:
The linked list should be of generic type. The driver class should allow menu based operations for the above options.