public class DoubleEven { static int[] doubleEven(int[] array) { // Figure out the size of the result array int num = 0; for(int i=0;i