Please enable JavaScript to use CodeHS

CodeHS Glossary


Enhanced For Loop Java

A loop that is an alternate to a for or while loop that accesses each value in an array starting at the first value and proceeding in order.