Search:

Type: Posts; User: Margaret_Girl87

Search: Search took 0.19 seconds.

  1. 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.
  2. 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...
Results 1 to 2 of 2