X595: removeOdd

This method takes an ArrayList of integers as a parameter and does not return anything. The method will remove all of the odd elements in the given list. If there is no element in the given list, the list does not change. You must modify the given list.

Your Answer:

Feedback

Your feedback will appear here when you check your answer.