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.
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.
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.
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.
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.
I prefer a do-while loop when I need to initialize variables before checking conditions.
Ich bevorzuge eine "do-while"-Schleife, wenn ich Variablen initialisieren muss, bevor Bedingungen geprüft werden.
No results found for this meaning.

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

Word & Expression of the day
Image of the day
axe: tool with a heavy bladed head mounted across a handle
Reveal the word
Advertising

Suggestions that contain do-while loop

Results: 33. Exact: 33. Elapsed time: 49 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