Which method can be used to find the highest value of x and y?
Math.largest(x,y)
Math.maxNum(x,y)
Math.maximum(x,y)
Math.max(x,y)