Question: Write a Java program: 1. To store SIX (6) golfer names as player A, B, C, D, E, and F. A to F can be

Write a Java program: 1. To store SIX (6) golfer names as player A, B, C, D, E, and F. A to F can be called as Golfer_ld. 2. To store the Handicap number for each golfer. 3. To store the Golfer_Id, HOLE_No, and the Golfer_score for each hole. 4. To calculate the total_score for each golfer based on the finished hole. 5. To calculate the Netscore for each golfer (Netscore = total_score - Handicap). 6. To display the winner of the game based on the lowest Netscore. Your application should also fulfill the following requirements. 1. Menu 2. Prompt user to enter an input 3. Using selection statement 4. Using repetition statement 5. Using array 6. Using method 7. Check the valid and invalid input
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
