Computer Science, asked by arjunlinda, 7 months ago

1.In a....................if the test condition is initially false, the loop body is not In a executed at all.​

Answers

Answered by manojmanu03032003
1

Answer:

In the do-while loop, the body of a loop is always executed at least once. After the body is executed, then it checks the condition. If the condition is true, then it will again execute the body of a loop otherwise control is transferred out of the loop.

Explanation:

plz mark as brainlist answer

Answered by devedrayadav7878
1

Answer:

Loop...................................

Similar questions