Write a program that uses a file named scores.txt to record sets of bowling scores for different dates.. scores.txt should store the data so that each line has a month, day, and the number of scores the user earned on that date. For example, scores.txt should look something like this:
January 15 200 300 126 200 250April 20 125 100 May 17 300 100 215
When the program first starts, no scores should be recorded and scores.txt should not exist. In a continuous loop, give the user four options:
Make sure to perform error handling as well (for example, if the user tries to view scores before scores.txt exists, the program should not crash!)
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here