1. Go to the digital book "Think Like a Computer Scientist" and work through the reading, video tutorials, sample questions for Chapter 9. Training POINTS 30
2. Exercises
Activity: 9.22.7 ActiveCode (ex_8_5) 10 POINTS
Activity: 9.22.10 ActiveCode (ex_8_7) 10 POINTS
3. Teacher Challenges
!Hangman!
Design a Program that Introduces a Secret Word, then uses dashes to represent correctly guessed letters. Use a loop and counter to provide a given number of turns to correctly guess the word. To make the program even better, use random numbers to choose random strings as your secret words! POINTS 30
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