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
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.