Computer Science, asked by divyam3887, 1 year ago

what is do while loop​

Answers

Answered by Rambo328
0

please type full question

Answered by anu1152
1

In most computer programming languages, a do while loop is a control flow statement that executes a block of code at least once, and then repeatedly executes the block, or not, depending on a given boolean condition at the end of the block. The do while construct consists of a process symbol and a condition.

hope it helps

pls mark it as Brainliest

Similar questions