Reading input from text file
I am a beginning Java student and am having problems with an assignment.I need to read input from a text file using the Scanner class, seperate each line into the different parts turning one string into two strings and an int. Then I need to send these parameters into an array as an object. Is there any help out there?

