369,779 views
21 votes
21 votes
Select a statement you would need within a "while true:" loop to control the number of iterations:

for statement
nested while statement
range statement
relational operators

User Igor Kulman
by
2.6k points

1 Answer

19 votes
19 votes

Answer:

relational operators

Step-by-step explanation:

relational operators are used to control the number of iterations in a loop structure.

User TrueWheel
by
2.9k points