I am given a .txt file of columns of students. Each row contains last name, first name, major, credits completed, and gpa. I need to create a scanner to read from a file, create a printWriter to...