int[][] matrice=new int[5][6];
int[][] matrice = { { 0, 1, 4, 3 } , // tableau [0] de int { 5, 7, 9, 11, 13, 15, 17 } // tableau [1] de int };