Sample Run

assignment description

This file shows the expected output of the A05 program. You should not see any FAIL messages.

The numbers: - 50 - 45 - 40 - 35 - 30 - 25 - 20 - 15 - 10 - 5 The words: - 50 - 45 - 40 - 35 - 30 - 25 - 20 - 15 - 10 - 5 Looking for a NoSuchElementException Got it! Looking for a ConcurrentModificationException from hasNext() - 50 - 45 - 40 - 35 - 30 - 25 - 20 - 15 Got it! Looking for a ConcurrentModificationException from next() - 45 - 40 - 35 - 30 - 25 - Got it!

Return to Outline page / assignment description