Download for Windows Premium
Advertising
do-while loop
Definition
programming construct executing code at least once before condition check  ... See more
do-while-Schleife
"do-while"-Schleife
Do-While -Schleife
The inttostr function uses a while loop and a do-while loop for manipulating the resstr string variable.
In der Funktion inttostr werden eine while- und eine do-while-Schleife verwendet, um die string-Variable resstr zu manipulieren.
Irrespective of the condition, control enters into the do-while loop, after completion of body execution, condition is checked whether true/false.
In der do-while-Schleife wird die Bedingung geprüft, nachdem alle Anweisungen im Hauptteil der Schleife ausgeführt wurden.
Then here's how the do-while loop will be helpful in that case: do
Dann ist hier, wie die Do-while-Schleife in diesem Fall hilfreich sein wird
There also exists a do-while loop, wherein the block of code is executed once for the first time and then the while condition is checked.
Es gibt auch eine Do-while-Schleife, bei der der Codeblock zum ersten Mal einmal ausgeführt wird und dann die while-Bedingung überprüft wird.
The do-while loop vs the while loop
Die Do-While-Schleife im Vergleich zur While-Schleife
In a Do-While loop, the condition is evaluated after the script block has run.
In einer Do-While-Schleife wird die Bedingung ausgewertet, nachdem der Skriptblock ausgeführt wurde.
The do-while loop guarantees that the code inside runs at least on one iteration.
Die "do-while"-Schleife garantiert, dass der Code darin mindestens einmal läuft.
A do-while loop can be useful when the condition needs to be checked after the execution.
Eine "do-while"-Schleife kann nützlich sein, wenn die Bedingung nach der Ausführung überprüft werden muss.
In many cases, adopting a do-while loop can lead to more efficient code structure.
In vielen Fällen kann die Übernahme einer "do-while"-Schleife zu einer effizienteren Code-Struktur führen.
To create an interactive program, a do-while loop is very effective for continuous input.
Um ein interaktives Programm zu erstellen, ist eine "do-while"-Schleife sehr effektiv für kontinuierliche Eingaben.
Using a do-while loop allows me to keep asking for user input until it's valid.
Durch die Verwendung einer "do-while"-Schleife kann ich weiterhin nach Benutzereingaben fragen, bis diese gültig sind.
A do-while loop will execute the block at least once before checking the condition.
Eine "do-while"-Schleife wird den Block mindestens einmal ausführen, bevor die Bedingung überprüft wird.
When coding, implementing a do-while loop can simplify repetitive tasks effectively.
Beim Programmieren kann die Implementierung einer "do-while"-Schleife sich als effektiv herausstellen, um repetitive Aufgaben zu vereinfachen.
No results found for this meaning.

Synonyms and analogies of "do-while loop" in English

Word & Expression of the day
Image of the day
nut: metal piece with threads for bolts
Reveal the word
Advertising

Results: 33. Exact: 33. Elapsed time: 26 ms.

Word index: 1-300, 301-600, 601-900

Expression index: 1-400, 401-800, 801-1200

Phrase index: 1-400, 401-800, 801-1200