Write a method that accepts an array of integers as a parameter and returnsa referenceto an array that contains the even numbers in the array original array. The returned array should have a size equal to the number of even numbers in the original array.