Hello
I want to store arrays in an array, but I don't know exactly how to do it.
What I want is: I have an array called, for example, array.
In a method I want to append an item to this array, this item would be an array too.
For example, this would be in my first array: (every item of it is appended when the method is called)
{1,2},{2,3},{5,6}
Thanks.