1. Go to the digital book "Think Like a Computer Scientist" and work through the reading, video tutorials, sample questions. Training POINTS 30
2. Exercises
--> #2 (update to include statistics: mean, median, mode) --> 20 PTS
3. Teacher Challenge
-> Create a Text file with Sports Statistics. Your program should read the file and calculate statistics like ERA, GAA, etc.
-> 20 PTS
I will grade by logging into the Instructor Copy of the book, viewing and running your file.
Criteria - Best Practices in Programming
a) proper programming style
b) correct syntax
c) avoiding repetition when you can use loops
d) reviewed code with no syntax errors
e) commenting on code
f) the program runs as intended