+ 1
Console means
help
2 Réponses
+ 2
Console is a built-in part of your compiter's software; in Windows, its that black Command Prompt that you can type commands into. In programming, when you say something like Console.WriteLine("hello"), you're telling the program to write a line that says "hello" into the Console window. Google "command prompt" to see a picture of it.
+ 1
thank you