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
5.1k points

2 Answers

4 votes

Answer:

infinte loop

Step-by-step explanation:

User Daniel T
by
5.7k 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
5.2k points