A risk of multiple iterators
one iterator makes a change that another doesn't know about
they run into each other
one removes another inadvertently
they may both return the same value when next() is called
There are no hints for this question