what is mean by while loop
Answers
Answered by
1
hi
In most computer programming languages, a while loop is a control flow statement that allows code to be executed repeatedly based on a given Boolean condition.
hope it helps you
In most computer programming languages, a while loop is a control flow statement that allows code to be executed repeatedly based on a given Boolean condition.
hope it helps you
mohanaprabha:
ok
Answered by
0
In while loop,there is a condition to satisfy and till that condition is satisfied the statement inside the loop is executed.This loop is different from do while loop.In do while loop even if the condition is not satisfied,it is executed once but in case of while loop even the 1st execution of the statement inside the loop needs the condition to get satisfied.
PLZ RATE IT AS BRAINLIEST
HAPPY STUDYING....
PLZ RATE IT AS BRAINLIEST
HAPPY STUDYING....
Similar questions