Howdy, Stranger!

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

Console.ReadKey() doesn't works

I have a screenshot with that error.

Answers

  • Try using Console.ReadLine(); instead

  • WarpWarp Administrator

    Use Console.Read(); for this purpose, but if you want to read an entire line, Console.ReadLine() is likely what you want.

Sign In or Register to comment.