Golf Score Modification
In Programming Exercise you designed the following two programs for the Springfork Amateur Golf Club:
(1) A program that reads each player’s name and golf score as keyboard input, and then saves these as records in a file named golf.dat.
(2) A program that reads the records from the golf.dat file and displays them.
Consolidate these programs into a single program that presents a menu, allowing the user to select the operation he or she wants to perform.
Programming Exercise
Golf Scores
The Springfork Amateur Golf Club has a tournament every weekend. The club president has asked you to design two programs.
(1) A program that will read each player’s name and golf score as keyboard input, and then save these as records in a file named golf.dat. (Each record will have a field for the player’s name and a field for the player’s score.)
(2) A program that reads the records from the golf.dat file and displays them.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.