Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.10 seconds.

  1. Re: Just got started with Java - looking for feedback!

    Google is your best friend for these types of questions. Googling and reading tutorials and API documentation is a huge part of programming.

    This is the first result for googling "java importing"...
  2. Re: Just got started with Java - looking for feedback!

    This is the first result for googling "java scanner tutorial": Scanning (The Java™ Tutorials > Essential Classes > Basic I/O)
  3. Re: Just got started with Java - looking for feedback!

    That seems like a goofy way to get input. Why don't you use a Scanner instead?

    Putting this inside a loop (such as a do-while loop) is reasonable. Just make sure you give the user a way to exit...
Results 1 to 3 of 3