|
|
The for each statement is used to iterate through a collection. You can modify elements in a collection, but you cannot add or delete elements.
|
|
The for each statement is used to iterate through a collection. You can modify elements in a collection, but you cannot add or delete elements.