using System; class PrintIntegers { static void Main() { int i1 = 1; int i2 = 2; int i3 = 3; int i4 = 4; Console.WriteLine(i1.ToString()+" "+i2.ToString()+" "+i3.ToString()+" "+i4.ToString()); } }
Need a fast expert's response?
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Comments
Leave a comment