Back to ages and strings! Wait, why should we care about strings at the moment?

Well, if we want to use the Console.WriteLine () method to display the elements of an array, we need to convert it to a string.

Exactly! String.Join () takes a string-type separator and an array and combines the elements into a single string, putting the separator in between.

Maybe we need a string value?