In this project you will learn about using Arrays in your projects ("an array, is a data structure consisting of a collection of elements (values or variables), each identified by at least one array index or key." - Wikipedia).
You will learn how to create an array and output an array using a loop.