Our University holds a bowling tournament and asks you to write two programs:
1. The first program will ask the user to enter the name and score of each participant, and then save the data in a file named result.txt.

2. The second program will read data from the result.txt file created in the first program and display all of contents in a good format and also the number of participants and the name(s) and score of all people with the highest score.
(You need to consider the case that more than 1 person have the highest score.)