92.5k views
16 votes
What does a for loop look for in the sequence of data? Check all that apply.

the first variable
the second variable
the third variable
the last variable

User Hardell
by
5.1k points

2 Answers

9 votes

Answer:

All

Step-by-step explanation:

Not sure on the context of this question, but a loop is generally used to iterate though every piece of data to perform some kind of operation, on everything in something like an array or string.

User Arndt Jonasson
by
5.3k points
6 votes

Answer:

The First and Last Variable

Step-by-step explanation:

User FernandoH
by
5.0k points