Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.07 seconds.

  1. Re: Checking to see if a .txt file exists and if not creating one

    I'm pretty confused why your Play class has a Scanner in it at all. Trace through it and think about exactly what you're doing on each line- when are you getting input from the console? What are you...
  2. Re: Checking to see if a .txt file exists and if not creating one

    The first thing that sticks out to me is that you seem to be comparing Strings with ==. Don't do that. Use the equals() method instead. Do a google search (or a search of this forum) for an...
Results 1 to 2 of 2