Read the lines from the file using nextLine() and then break the contents of the line into its parts as needed. One way to get the separate parts from the line is to use the Scanner class's...