Im trying to read text from a csv file, use lineScanner to seperate out the values, and then create an object using the first token, and set the instance variables of the class to following tokens. Then I have to use these variables to calculate the teams total points using a method I have already created, and then store the Team object into the array referenced by teams. Im trying to read text from a csv file, use lin