In Java, a 2D array is basically an array of arrays.

So, you need to initialize the array of arrays, then initialize the "internal" arrays.

It's much easier to create a Card object that has the...