how does a do while executes
Answers
Answered by
1
Answer:
hey sis here is your answer
Explanation:
in do while it first executes the statement and then checks the condition
please do mark me as brainliest
Answered by
0
Answer:
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 repeadly executes the block to the block , or not depending on a given condition at the end of the block.
....please remark as a brainlist
Similar questions