What is Array? An array is a container object that holds a fixed number of values of a single type. The length of an array is established when the array is created. After creation, its length is fixed.
This is how an actual array look like:
In this video we will learn:
- Why do we need arrays?
- How to create arrays?
- How to print array elements
- How to save elements in array