What happens when I call a function, recursively, without assigning its return to a variable? Why is it not necessary, in this case, to explicitly assign the mergeSort function to the array variable?
public static int[] mergeSort(int[...
asked by
05.12.2015 / 21:34