232,400 views
1 vote
1 vote
Which iteration must have an expression that has a true or false value?

a for loop
a while loop
a last variable loop
a break loop

Which iteration must have an expression that has a true or false value? a for loop-example-1
User Olif
by
3.1k points

2 Answers

13 votes
13 votes

Answer:

B

Step-by-step explanation:

User Vohrahul
by
2.9k points
25 votes
25 votes

Answer:

a while loop

Step-by-step explanation:

A while loop runs if it's expression is true

User Alethes
by
3.3k points