Search:

Type: Posts; User: MikeTySUN

Search: Search took 0.10 seconds.

  1. Replies
    10
    Views
    1,922

    Re: sorting input from text files

    Ok, another question with scanner though. Does in.next() regardless of how it is used always return the token and move to the next token?
    ie: if (in.next().equalsIgnoreCase("example"));...
  2. Replies
    10
    Views
    1,922

    Re: sorting input from text files

    Thanks for the help so far. I just had a quick question about scanner. Will a scanner read a single character from a txt file as a String or a char?
  3. Replies
    10
    Views
    1,922

    Re: sorting input from text files

    I will be using this program to read several text files. All these should be read in and stored in memory. When storing all this in local memory I need to be updating similar items from separate txt...
  4. Replies
    10
    Views
    1,922

    Re: sorting input from text files

    We are specifically told NOT to use any of the collection libraries, so an array is out of the question. Yes, there are specific datatypes. the name column will ONLY hold strings, the cost ONLY...
  5. Replies
    10
    Views
    1,922

    sorting input from text files

    Here is what I am dealing with:
    Name Cost Location Expense Amount <------- at the top of each text file are these column headers
    String ...
Results 1 to 5 of 5