Write a removeall method for the linkedbag class. the method takes a value in as a parameter and removes all occurrences of that value. the method returns a count of how many elements were removed.