Checkpoint 24.4.1.
I decide that I want to try to get 7 heads in a row. Which lines would I need to change in the program? (Use the history slider to go back to the original version if you made changes to it.)
- 4, 13, 16
- We don’t need to change the loop - we still want 100 flips.
- 13, 16
- Correct.
- 7, 13, 16
- We don’t need to change how flips work. A 0 is still heads.
- 4, 7, 13, 16
- We don’t need to change the loop - we still want 100 flips.