private static void MergeArrAndSort2(int[] firstArr, int[] secondArr) { int L = firstArr.length; int l = 0; &...