0
How do you print how an array list horizontally?
2 Respuestas
+ 2
Obakeng T Aphane
Just remove Line from WriteLine method.
Console.WriteLine used to print values in new line
Console.Write used to print values in same line
+ 3
Jan Markus not a bad idea indeed