Ad
  • Custom User Avatar

    This function needed to return an int array. One way to do this was to build a new array and add the min and max to it and then return. But here you are doing it in one step without giving the array a variable name. You create a new int[] and initialize it all in one line.