198k views
3 votes
The _____ allows you to cycle through an array without specifying the starting and ending points for the loop control variable.

User Carcamano
by
7.6k points

1 Answer

4 votes

Final answer:

The foreach loop allows you to cycle through an array without specifying the starting and ending points for the loop control variable.

Step-by-step explanation:

The foreach loop allows you to cycle through an array without specifying the starting and ending points for the loop control variable.

User Fabi
by
8.2k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.