Array
An array is a data structure that stores multiple values in a single variable, accessed by their position (index). Most arrays count from index 0.
An array is a data structure that stores multiple values in a single variable, accessed by their position (index). Most arrays count from index 0.