166k views
22 votes
What is a loop statement that never resolves to a false value?

an infinite loop

a continuous loop

a single loop

a statement loop

User Edu
by
3.1k points

2 Answers

4 votes

Answer:

infinte loop

Step-by-step explanation:

User Daniel T
by
4.0k points
4 votes

Answer:

An infinite loop

Step-by-step explanation:

Never resolving to false will result in the loop condition always being satisfied, thus an infinite loop.

User Rasebo
by
3.7k points