It looks like you're new here. If you want to get involved, click one of these buttons!
Console.WriteLine("Hello World!");
Console.ReadKey();
this code in brackeys c# tutorial gives this error
The answer is in the error itself. Try
Console.Read()
Answers
The answer is in the error itself. Try
Console.Read()