
SUMMARY
8.9 Chapter Summary 543
8.10.1 Multiple Choice Exercises
Question 12
8.10.4 Identifying Errors in Code
Question 44
8.10.6 Write a Short Program
Question 57
8.10.8 Technical Writing
Question 74
Skill Practice
with these end-of-chapter questions
Notice the changes to the code in this example. First, we set FACES to 7
(line 9), so we will instantiate an array with seven elements. Then we can
use the roll of the die as the index into the counter array to increment the
appropriate count (line 22). One last change is that when we loop through
the rollCount array to print the counters, we initialize our loop counter to 1
(line 27), since we are not using element ...