About this topic

In this lesson, you will see what the arrays are with good explanations, and of course examples. They are really useful when you want to declare more than one element from the same type. That is why, by them, you can just join the elements in one collection, which to use for your certain needs. You will see and how to iterate through that collection, thanks to the for loop and the new iteration statement you will learn - the foreach.