How to make so that at start the console did not stop after performance of a code, and continued to work. And the user could enter data into it.

  • Make a do..while that will run until the user enters, for example, exit , is not appropriate? - Stas Dorozhko
  • I'm too stupid to make a loop. Can I get the code ready? - Evgeny
  • Here and here you can read about the cycles. In general, it would be nice to read books on Java. In this article there are enough examples of books for programmers of different levels. - Stas Dorozhko

0