What is console in C# | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is console in C#

thank to you to answer

20th Nov 2017, 9:36 AM
Krishna Savarn
Krishna Savarn - avatar
2 Answers
+ 8
A console application, in the context ofC#, is an application that takes input and displays output at a command lineconsole with access to three basic data streams: standard input, standard output and standard error. example Console.Write("Y = "); Y = Convert.ToInt32(Console.ReadLine());
20th Nov 2017, 9:41 AM
GAWEN STEASY
GAWEN STEASY - avatar
+ 1
thank you 🤗
20th Nov 2017, 9:36 AM
Krishna Savarn
Krishna Savarn - avatar