Skip to main content

One doc tagged with "do-while-loop"

View all tags

Loops: while and do-while loops

Unlike for loops, while and do-while loops are used when you don't know how many times you need to iterate. The loop continues as long as a condition is true.