Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

how to print in C#

Console.WriteLine("Prints on a new line");
Console.Write("Prints on the same line");
 
PREVIOUS NEXT
Tagged: #print
ADD COMMENT
Topic
Name
8+3 =