+ 1
how can I use console.writeline?
2 Answers
+ 5
/*In c# Console.WriteLine(); is used to print message on screen*/
Console.WriteLine("Type your message here");
please use search bar
such questions are asked many times
+ 1
If you are using Visual Studio, you will get easier results by importing "analytics.debug" and using debug.write



