Append a multidimentional array (ex: 2)

edited July 2015 in Questions about Code

Well, i've tried this but the error is "cannot convert from Object to int[][]"

int[][] m1=new int[0][4]; int[] list1={a,b,c,d}/with a,b,c,d is some integer/

m1=append(m1,list1);`

Thanks!

Tagged:

Answers

Sign In or Register to comment.