X1364: ArraySet - remove()

In this third problem, you will complete the remove method. This method removes an element from the set. This method returns true if the element is removed from the set, false otherwise.

You might want to look at the documentation for ArrayList to refresh your memory of how to use that class.

Your Answer:

Feedback

Your feedback will appear here when you check your answer.