Program rolls a random die face 10 times and tallies the number of rolls; however, there is a purposeful bug students would have to find in the program. The tally for the number 5 does not reset after each trial. It continues to grow. Alternatively, we could add an additional tally to the number 3 if the number 4 is chosen, etc.