X1136: Set Remove - Remove Many

Sometimes, rather than remove a single item we may want to remove many items with a single method call. The method below takes in a set and an array of integers. Write a method that will remove all ints in toRemove from numberSet.

Your Answer:

Reset

Practice a different Java exercise

Feedback

Your feedback will appear here when you check your answer.