Multiple choice How do you find the number with the highest value of x and y? Math.ceil(x, y) Math.max(x, y) top(x, y) ceil(x, y) Reveal answer Fill a bubble to check yourself B Correct answer Explanation The Math.max(x, y) function returns the largest of the zero or more numbers given as input parameters.