Arrays allow us to store a group of numbers or strings as an indexed set which can be used as a variable.
First array element is accessed by putting the array name followed by the index of the first item (in the computer-counting style beginning with zero) and surrounded by square brackets, so like this: arrayName[0].