22 day

NESTED DO-WHILE LOOP

A nested do-while loop refers to the situation where one do-while loop is placed inside another. A do-while loop is a type of loop structure that executes a block of code repeatedly as long as a specified condition is true. The key feature of a do-while loop is that the code block is executed at least once, even if the condition is initially false

.syntax


https://www.youtube.com/watch?v=XJrhdmabZ2Y&list=PLfgCIULRQavzxY-IO2sO5Vj5x7C_tjW3R&index=16

Comments

Popular posts from this blog