Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

was following brackeys tutoriol but need help!

            Console.WriteLine("Hello World!");

            Console.ReadKey();

this code in brackeys c# tutorial gives this error


Answers

  • HNJHNJ Member

    The answer is in the error itself. Try

    Console.Read()

Sign In or Register to comment.