Is it possible to combine array with repetitions / loopings ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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

17th Dec 2019, 2:58 PM
FrostCore
FrostCore - avatar
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
17th Dec 2019, 3:05 PM
HNNX 🐿
HNNX 🐿 - avatar