Included below is the overview PDF of the training, exercises, and challenge.
1. Go to the digital book "Think Like a Computer Scientist" and work through the reading, video tutorials, sample questions for Chapter 7. Training POINTS 30
2. Complete Exercises
Activity: 7.10.9 ActiveCode (ex_6_4)
Activity: 7.10.14 ActiveCode (ex_6_6)
Activity: 7.10.19 ActiveCode (ex_6_8)
Activity: 7.10.29 ActiveCode (ex_6_12)
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