+ 1

how can I use console.writeline?

12th Mar 2020, 5:08 PM
Lautaro Zado
Lautaro Zado - avatar
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
12th Mar 2020, 5:23 PM
ツSamarthツ
ツSamarthツ - avatar
+ 1
If you are using Visual Studio, you will get easier results by importing "analytics.debug" and using debug.write
12th Mar 2020, 9:31 PM
Fernando Pozzetti
Fernando Pozzetti - avatar