Search:

Type: Posts; User: Margaret_Girl87

Search: Search took 0.07 seconds.

  1. Read txt file into array and create new output.

    What I need to do is create a class that creates a text file of an array. (Which I have posted Below)

    What I need help with

    Once that file is created I need to create a class that reads the...
  2. Re: Help, Building List & finding min and max

    Well the the buildlist is suposed to build a list from the string entered. Then the FindMax & Min are suposed to figure out what the min and maxium values are are display them.
  3. Help, Building List & finding min and max

    I need to build a list and then return the Min and Max number, The code I have just keeps returning 0s. Could any one help? Thnx

    private SimpleList<Integer> buildList(String line) {
    //Build a...
  4. Need help finishing code. List Building...

    I need to build a list and then return the Min and Max number, The code I have just keeps returning 0s. Could any one help? Thnx

    private SimpleList<Integer> buildList(String line) {
    //Build...
Results 1 to 4 of 4