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...