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

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.

answered
User Fabi
by
8.2k points