Computer Science, asked by sahil54321kumar, 5 months ago

_____Is executed till the test condition is true.​

Answers

Answered by shristipal
1

Answer:

This means that the code must always be executed first and then the expression or test condition is evaluated. If it is true, the code executes the body of the loop again. This process is repeated as long as the expression evaluates to true.

Similar questions