2
Answers

How to print array content in one line Horizontally ?

How can I display the content of my array horizontally instead of vertically, with a <code>Console.WriteLine()</code>?<br /><br /><div>for example :</div><div>int[] first= { 44, 38, 0, 4 };<br /> int[] second= { 9, 55, 18, 11 };</div><div> </div>
Answers (2)