+ 1
How to change line with print command
hey guys i want to know that how to we change the line while printing something
2 Antworten
+ 3
By using "\n" inside the text. For example,
Console.WriteLine("Hello \n world!") ;
+ 2
\n represents a new line.