// "Replace with 'Math.max()' call" "true" class Test { void test(int a, int b) { /*1*/ /*2*/ /*3*/ int c/*0*/ = (Math.max((a), (b))); } }