bn:03749159n
Noun Concept
Categories: Articles with example Racket code, Articles with example Fortran code, Control flow
EN
do while loop  Do-statement  do-while  do-while loop  Do...while loop
EN
In most computer programming languages a do while loop is a control flow statement that executes a block of code and then either repeats the block or exits the loop depending on a given boolean condition. Wikipedia
Definitions
Relations
Sources
EN
In most computer programming languages a do while loop is a control flow statement that executes a block of code and then either repeats the block or exits the loop depending on a given boolean condition. Wikipedia
Loop flow control construct in programming Wikidata
IS A