Did while loop is an exit condition loop
Answers
Answered by
0
no it is an entry controlled loop
Answered by
0
while loop is executed once before the condition is checked. Its syntax is: do { // body of loop; } while (condition); ... If the condition evaluates to true , the body of the loop inside the do statement is executed again.
Similar questions
Biology,
7 months ago
Computer Science,
7 months ago
Hindi,
1 year ago
Math,
1 year ago
Biology,
1 year ago