An array is known as a data structure.
An array usually stores items of data that have the same data type eg INTEGER or STRING or REAL.
Loops can be used to iterate through arrays in order to process them.
Can you remember the three types of loops that you have been studying (hopefully) in your programming career: