It's a data structure where we store a sequential collection of elements all of the same type.

Let's create an array that could hold a ten names - people at a table, for instance.

Well done! It's an array of the type string. To declare an array, we give the type, followed by the name and then the number of elements in the array.

Sorry, wrong guess! Shoudn't it hold names?