-1

how to make the screen command console open after showing output mine is closing very fastly . but without using Console.ReadLine();

BRUCE WAYNE
  • 81
  • 1
  • 1

1 Answers1

0

If you don't want to use Console.ReadLine() for some reason, you can use Console.ReadKey() or perhaps Thread.Sleep(10000). The screen stays for 10 seconds

k3davis
  • 985
  • 12
  • 29