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

2 Answers

4 votes

Answer:

infinte loop

Step-by-step explanation:

User Daniel T
by
8.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
7.8k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.