Menu
×
×
Correct!
Exercise:Use the correct method to find the highest value of
int x = 5;
int y = 10;
Math.max(x, y);
Not CorrectClick here to try again. Correct!Next ❯int x = 5; int y = 10; Math.(x, y); |