hello, I am a Brazilian student and I'm doing a paper on the possibilities of using greenfoot for teaching programming. I'm making a comparison between the language used in Eclipse java and greenfoot.
I'm trying to use vector but could not.
in java is the vector teclarado well:
n int ;
n = new int ;
how to do that in greenfoot?
(excuse the english google translator)