Computer Science, asked by narasimhapriya7, 3 months ago

Write short note on do while loop syntax

Answers

Answered by Harshabadboy
10

Answer:

The do while construct consists of a process symbol and a condition. First, the code within the block is executed, and then the 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.

Hope it helps ❤❤

Similar questions