Write a function that finds the largest even number in an array and returns -1 if not found.
probe([3, 7, 2, 1, 7, 9, 10, 13]) ➞ 10
probe([1, 3, 5, 7]) ➞ -1
probe([0, 19, 18973623]) ➞ 0% or the bitwise and operator &.Math.max(),Stream.sorted(), IntStream.of(), and even integer binary operators is favored.