+ 1
difference between console.write and console.writeline
2 Réponses
+ 3
Console.WriteLine adds a new line character at the end of the output.
0
The difference is that on Console.WriteLine writes and display a parameter on a line and Console.Write make an action with a parameter and do the same thing that do Console.WriteLine