It seems you are passing a value to a method and expecting it to be recreated, which is incorrect (google 'java pass by value' for much more information). Rather, return the newly created array and...