+ 2

Please help me to understand array data sturcture

Please help me to understand array data sturcture

13th Nov 2017, 6:05 PM
Mohamed Izaldin
Mohamed Izaldin - avatar
3 Answers
0
I will give you some general information that should help you out: Your Array has a name, the so called Array reference variable, for example: myArray. The Array is sorted like a list with element indexes starting from 0 to infinity with each index referring to an element value. For example the element value at index 5 (6th in the list because counting starts from 0) could be 10: myArray[5]=10.
13th Nov 2017, 7:01 PM
Lucien
Lucien - avatar
0
Hi
13th Nov 2017, 9:09 PM
Theophilus Nyarko
Theophilus Nyarko - avatar
0
Call me on this line +233555152349
13th Nov 2017, 9:10 PM
Theophilus Nyarko
Theophilus Nyarko - avatar