Given integers a and b, fill an array with all even numbers that are at least a and at most b. Be sure not to fill past the end of the array. Return the number of elements filled. If b is greater than a, do nothing and return 0.