Create a method removeEvens that removes all even elements from an ArrayList of Integers. The method should also print all the remaining items in the ArrayList.

Once the method is created, call it on the existing ArrayList in the main method.
Someone please help im really confused