+ 1
Can someone plz Explain the arrays to me
I don't understand that thing (Java)
3 Answers
+ 2
Array is data structure to store same type of values.
âĄIn array each element is represented with index ( index is the number ,used to represent the position of elements in array )
âĄYou can store any no.of elements in array but make sure all elements of same type .
+ 2
Watch on Youtube you will understood much better