Computer Science, asked by justeverythin, 8 months ago

What can be said about a while loop?

Answers

Answered by bhartiyadav9c09
1

Answer:

The main characteristic of a while loop is that it will repeat a set of instructions based on a condition. As far as the loop returns a boolean value of TRUE, the code inside it will keep repeating. We use this kind of loop when we don't know the exact number of times a code needs to be executed.

please mark me as brainliest

Answered by sahrajendra
0

the main characteristics of while loop that it will repeat set of instructions based condition. as far as the loop return Boolean value of true code inside it will keep repeating. we use this types of loop when we don't know the exact number of code need to executed.

Thanks

plz mark me as brilliant

Similar questions