having problem sorting repeated Strings,
and here\'s my code..
i successfully sorted the first array but in the second (with repeated strings) it seems not
Why not just concatenate the two arrays (String ClassOne and ClassTwo) into one and then call a MergeSort on one array? Your process makes the program more ambiguous in my opinion.