// "Replace with 'Math.min()' call" "true" class Test { public int mymin(int a, int b) { return Math.min(a, b); /*comment*/ } }