Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Replies
    5
    Views
    1,304

    Re: File Input Trouble

    Then look at using the BufferedReader class. It can read the lines from the file as Strings.

    Look at the Double class. It has a parse method for doing that.
  2. Replies
    5
    Views
    1,304

    Re: File Input Trouble

    The Scanner class can be used for reading text files. Use the constructor that takes a File object and use one of the next methods to read in the lines from the file.
    If all the $ amounts are in...
  3. Replies
    5
    Views
    1,304

    Re: File Input Trouble

    Do you have any specific questions about what you are trying to do?
Results 1 to 3 of 3