Write a program with following requirements:
Example input:
Edgar 20161123 78 Robert 20161523 75 Rebecca 20166123 66 Todd 20161673 86 End 1 -1
Example output:
Students who got a higher grade than the average grade of all students: Name: Edgar Code: 20161123 Grade: 78 Name: Todd Code: 20161673 Grade: 86