Would you mind telling me telling me what is the NullPointer stack trace?
Also I figured it out using system.out.print. Realized the array I was trying to copy was null, so I was initializing a null by a null, because modulus of 3 gives a remainder of 0,1, or 2. Silly me.
However, I would...