LPI Exam Questions

What keyword is missing from this code sample of a shell script?

What keyword is missing from this code sample of a shell script?
____ i in *.txt; do
echo $i
done

A.
for

B.
loop

C.
until

D.
while