Computer Science, asked by mrhariram2503, 1 month ago

explain the while loop with syntax​

Answers

Answered by LearnerHS
0

Answer:

While runs until a condition is true

Explanation:

While loop is a repetitive loop which runs until some condition is True. You can think of while loop as a traffic light ; until green vehicle keeps running, as soon as it goes red(think of it as condition being false ) car stops.

Attachments:
Similar questions