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
Activity: 10.31.9 ActiveCode (ex_9_4) 10 POINTS
Update 9_4 to calculate the mode instead of the average. This will require using an input box and variables. Mode is the most frequently occurring data point. I recommend 10 inputs.
Activity: 10.31.20 ActiveCode (ex_9_7) 10 POINTS
Activity: 10.31.25 ActiveCode (ex_9_9) 10 POINTS
3. Teacher Challenge (30 Pts)
Create 5 unique random numbers
Bubble Sort the numbers so they are in ascending order from left to right as appears in the image below.
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