152k views
3 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 Bwyss
by
4.9k points

1 Answer

5 votes

Answer:

relational operators

Step-by-step explanation:

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

User Rydell
by
5.0k points