Hey
can u help me pls. I have tried to make a array in greenfoot but i failed can u just send me one example that i can see how to make a array.
nice greetings Klaus


1 | AClass[] arrayName = { new AClass(), new AClass(), enz...} |
1 | AClass[] |
1 | arrayName |
1 | = { new AClass(), new AClass()]; |
1 | AClass[] |