The program needs a Frisbee Golfer class.
2. Use the class to find the Frisbee golfer average.
3. Class should have such public methods that return the golfer’s name or the golfer’s ID, and include methods that can set ID and golfer’s first and last name.
4. Prompt the user for the name for the golfer, the total number of games and the total number of tosses for two golfers.
5. After Information from the user has been validated, create an object for the golfer.
a. Have the program assign each golfer an ID.
b. Internally the class should track the total number of tosses for all games and the total number of games.