If we want to use Console.WriteLine() to display the elements in a list, we have to make it a string. We've seen this not too long ago, haven't we?

Nice! We can use String.Join (), passing in the separator between elements and also the list we are joining.

Can you think back to a couple of chapters ago?