google has a few answers out there, ;)
just use Console.WriteLine() on the inputs, looping for the names:
Console.WriteLine()
foreach(string x in names) { Console.WriteLine(x); }
Loading collection data...
google has a few answers out there, ;)
just use
Console.WriteLine()
on the inputs, looping for the names: