There's a different between the methods '.next()' and '.nextLine()'. "Next" only reads up until a space a line break occurs, next line keeps reading until the file has ended. What you wanna do is...