/* Return a version of the given array where each zero value in the array is * replaced by the largest odd value to the right of the zero in the array. If * there is no odd value to the right of the ...