Write a program to read student data from the standard input, sort it by last name / first name, and print out the result to standard output. The student data consists of a last name, first name, and a gpa (floating point). You may assume no more than 50 students.