subject

The Marietta Country Club has asked you to write a program to gather, then display the results of the golf tournament played at the end of March. The Club president Mr. Martin has asked you to write two programs. The first program will accept as input each player's first name, last name, and golf score and then for each player, save this data in a file named golf. txt. Please note, there are 16 players in the tournament so you will need to save data for 16 different players in the text file.

The second program will read the data for each player from the golf. txt file and display them with appropriate headings above the data being displayed. Additionally, the second program will determine and mark each player as being either over, under, or at par.

If the score is = Par, then display 'Made Par'
If the score is < Par, then display 'Under Par'
If the score is > Par, then display 'Over Par'

There are 16 players in the tournament. Par for the course is 80. The data is as follows:

Andrew Marks 72
Betty Franks 89
Connie William 92
Donny Ventura 78
Ernie Turner 81
Fred Smythe 75
Greg Tucker 72
Henry Zebulon 83
Ian Fleming 72
Jan Holden 84
Kit Possum 79
Landy Bern 93
Mona Docker 98
Kevin Niles 80
Pam Stiles 87
Russ Hunt 73

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 20:00
Need asap write a short paper describing the history and differences between six sigma, waterfall, agile, and scrum models. understanding these models can give you a good idea of how diverse and interesting it development projects can be. describe what the rationale for them is and describe their key features. describe the history behind their development. at least 400 words
Answers: 1
question
Computers and Technology, 23.06.2019 17:30
Write pseudocode to represent the logic of a program that allows the user to enter a value. the program multiplies the value by 10 and outputs the result.
Answers: 1
question
Computers and Technology, 24.06.2019 16:00
Which of the following characters is acceptable to use in a filename? ? / – %
Answers: 1
question
Computers and Technology, 24.06.2019 16:50
How many types of string types does python support?
Answers: 1
You know the right answer?
The Marietta Country Club has asked you to write a program to gather, then display the results of th...
Questions