The enhanced for statement allows you to iterate through the elements of an array or a collection without using a counter. Give an example. Notice: The enhanced for statement cannot be used to modify elements in an array. If a program needs to modify elements, use the traditional counter-controlled for statement.