I know how to do it normally, but I could swear that you could fill out out like a[0] = {0,0,0,0}; How do you do it that way? I did try Google, but I didn\'t get anything he
int[] a = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10};