Translation of do-while loop into German
Noun
technology
- In Java, a do-while loop ensures the code runs once.In Java stellt eine do-while-Schleife sicher, dass der Code einmal ausgeführt wird.
Examples of do-while loop in a sentence
She explained how the do-while loop functions in C++.
Translations of "do-while loop" in Context ordered by category and frequency
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.
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
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.
do-while loop: Examples and translations in context
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.
Then there's the do-while loop
Dafür ist die do-while-Schleife da.
A Do-While loop is a variety of the While loop.
Eine Do-While-Schleife stellt eine Variante der While-Schleife dar.
See also: