Re: [Tutor] Ran into a problem: Tried many different methods

2016-11-30 Thread Juan C.
On Wed, Nov 30, 2016 at 12:29 AM, Parish Watteau wrote: > 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.txt. > (Each record will have a field for the player’s name and a field for

Re: [Tutor] Ran into a problem: Tried many different methods

2016-11-30 Thread Alan Gauld via Tutor
On 30/11/16 02:29, Parish Watteau wrote: > 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.txt. > (Each record will have a field for the player’s name and a field for the > player’s score.) > > I attempted

[Tutor] Ran into a problem: Tried many different methods

2016-11-30 Thread Parish Watteau
The Springfork Amateur Golf Club has a tournament every weekend. The club president has asked you to write two programs: 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.txt. (Each record will have a field