Computer Science, asked by singhakansha445, 6 months ago

Write the general form of do-while loop.​

Answers

Answered by Anonymous
1

Answer:

The general syntax of the do - while is: do { statement(s) } while (expression); Instead of evaluating the expression at the top of the loop, do - while evaluates the expression at the bottom. Thus, the statements within the block associated with a do - while are executed at least once.

Answered by alindsrivastava076
0

Answer:

mark as brain list answer

Attachments:
Similar questions