6.3 Enhanced for Loop for Arrays
-
Incorrect
Correct
No Answer was selected
Invalid Answer
Vocabulary
Term | Definition |
---|---|
Enhanced For Loop | 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. |
Enhanced For Loop Variable | Variable created in the enhanced for loop header that contains a copy of the array variable. |