6.2 Traversing Arrays
-
Incorrect
Correct
No Answer was selected
Invalid Answer
Vocabulary
| Term | Definition |
|---|---|
| Traversing an Array | Traversing an array is the process to loop through an array and access each of the elements. Caution must be taken to avoid looping beyond the valid index values. |