Question: In Programming Exercise 6 in Chapter 10 you designed the following two programs for the Springfork Amateur Golf Club: Consolidate these programs into a single
In Programming Exercise 6 in Chapter 10 you designed the following two programs for the Springfork Amateur Golf Club:

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 6
Design a program that you can use to keep all of your friends’ names and phone numbers in a file. The program should be menu-driven, and offer the following operations:
(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.
Step by Step Solution
3.49 Rating (156 Votes )
There are 3 Steps involved in it
you can create a Java program as follows java import javaio import javautil public class RecordManager private static final String GOLFFILENAME golfda... View full answer
Get step-by-step solutions from verified subject matter experts
