The Springfork Amateur Golf Club has a tournament every weekend. The Club president has told you to design two programs.
a) A program which will read each player's name and golf score as keyboard input and then save such as records in a file named golf.dat. (Each record will encompass a field for the player's name and a field for the player's score).
b) A program which reads the records from the golf.dat file and displays them.