+ 5
Arrays are a kind of data structure that can store a fixed-size sequential collection of elements of the same type. An array is used to store a collection of data, but it is often more useful to think of an array as a collection of variables of the same type.
You can check these posts about Arrays :
https://www.sololearn.com/discuss/1096705/?ref=app
https://www.sololearn.com/discuss/95509/?ref=app
https://www.sololearn.com/discuss/106633/?ref=app
https://www.sololearn.com/discuss/1226510/?ref=app
https://www.sololearn.com/discuss/56173/?ref=app



