The {0} thing is not specific to WriteLine(); it is a feature of the
[mshelp=ms-help://MS.MSDNQTR.2003FEB.1033/cpref/html/frlrfSystemStringClassFormatTopic.htm]String.Format()[/mshelp] method, which Console.WriteLine() conveniently
calls for you. You can include more parameters by specifying
{1}, {2}, etc. and passing more parameters to the function.