Search:

Type: Posts; User: javapenguin

Search: Search took 0.11 seconds.

  1. Replies
    3
    Views
    6,228

    Re: Input/Output file help

    Also, you closed the input file. It won't give any more input to be scanned after the .close.

    You can certainly, I think, tell it to open a File by having the user give it a name, but if it...
  2. Replies
    3
    Views
    6,228

    Re: Input/Output file help

    Your file doesn't exist apparently. You told it to throw that exception if there was no file of that name.

    #-o
    I think I see the problem. You're having them create a File. That file is empty. ...
Results 1 to 2 of 2