+ 1
How to return an arraylist?
How can I return each string in an arraylist? For example I need to return everything in my arraylist which is called train.
1 Odpowiedź
0
not so clear about what you need. create an areaylist, append your strings by a loop, and return the list maybe?