asked 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

asked
User Bwyss
by
7.7k 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.

answered
User Rydell
by
8.4k points