0
Is it possible to combine array with repetitions / loopings ?
I'm wondering if this two elements can be combined together. Even if it can , I can imagine how complex it will get if the array can be increased by adding more inputs into the array
1 Answer
+ 4
Array has a fixed size - you can do so with ArrayList. Depends on your goals.
You can use loops to traverse, fill and manipulate arrays though