in an olympic diving event, each dive has a degree of difficulty (dd). the drivers are evaluated by a panel of 7 judges who can award 0 to 10 points. to determine an athletes final score for a dive, the highest and lowest judges scores are discarded and then the average of the rest of the scores are calculated. the average is then multiplied by the dd, resulting in the final score for the dive. write a program that will read in the attached data file that contains the event information. each tab separated line will contain in order: -a diver name -the dd -7 scores for the dive your program should parse this file and output the divers name, the dive dd, and the score for that dive.