14. (C) You cannot use a for-each loop to replace elements, only to access (as in segment I) or modify using a mutator method (as in segment II). Note that segment III will compile and execute, but won’t replace the clocks in allClocks as intended.