Computer Science, asked by stanisgaming27, 2 months ago

EXCEL

Which command is needed to end a DO WHILE loop?

A End Loop
B Loop
C End Do While
D None of the above

Answers

Answered by budhanush617
0

Answer:

The break statement exits a for or while loop completely. To skip the rest of the instructions in the loop and begin the next iteration, use a continue statement. break is not defined outside a for or while loop.

Answered by aradhy3128
0

Answer:

may be end do while , but i am not sure

Similar questions