Alright,

So I have my class set up with five different sort methods (merge, insertion, etc)...

My main method looks like this.


public static void main(String[] args) {

int[]...