bhenry1790,
what you did is syntactically wrong. Correct is, for example:


int[][] products = { {0, 0, 0, 0, 0},
{0, 1, 2, 3, 4},
{0, 2, 4, 6, 8},
...