0
I dont understand the arrays
3 Answers
+ 3
An array is used to store a collection of items of any type. You can think of it as a row within that row there is elements (which are the things you've stored). Furthermore you can retrieve,peek, remove, add items depending on what array it is, they have different behaviours you can peform on that particular data structure.
+ 1
Lots of people not understanding array, what is so confusing about it.
If you've done maths, array is just like a row matrix, but elements are not just numbers.
0
Agree with @Sir.Anonymous and @Rishi Anand