Download for Windows Premium
-50% Premium
Publiciteit
do-while loop
/duː waɪl luː p/
Definitie
programming construct executing code at least once before condition check  ... See more
bucle do-while m
ciclo do-while
estructura do-while
do-while bucle
The do-while loop starts by executing the code before verifying if it should repeat.
El bucle do-while comienza ejecutando el código antes de verificar si debe repetirse.
I prefer a do-while loop when I need to initialize variables before checking conditions.
Prefiero un bucle do-while cuando necesito inicializar variables antes de verificar condiciones.
A do-while loop is guaranteed to run at least once.
Un ciclo do-while siempre se ejecuta al menos una vez.
In programming, a do-while loop is helpful for tasks that require repeated execution.
En programación, un bucle do-while es útil para tareas que requieren ejecución repetida.
I used a do-while loop to ensure the user input is validated repeatedly.
Utilicé un bucle do-while para asegurarme de que la entrada del usuario se valide repetidamente.
Using a do-while loop allows me to keep asking for user input until it's valid.
Usar un bucle do-while me permite seguir solicitando la entrada del usuario hasta que sea válida.
When coding, implementing a do-while loop can simplify repetitive tasks effectively.
Al programar, implementar un bucle do-while puede simplificar efectivamente las tareas repetitivas.
So we can use the do-while loop here.
Así que podemos usar el bucle do-while aquí.
For counting down, a do-while loop makes it easy to repeat until zero is reached.
Para contar hacia atrás, un bucle do-while facilita la repetición hasta que se llegue a cero.
In this project, a do-while loop helps ensure that user choices are always considered.
En este proyecto, un bucle do-while ayuda a asegurar que siempre se consideren las elecciones del usuario.
Let's check the following do-while loop in action
Vamos a ver el siguiente bucle do-while en acción
Write a do-while loop that will display the numbers 1-10.
Escribe un bucle do-while que muestre los números del 1 al 10.
If the controlling expression needs to be evaluated after the loop body, the do-while loop may be used.
Si la expresión de control necesita ser evaluada después del cuerpo del bucle, se puede usar un bucle do-while.
Er zijn geen resultaten gevonden voor deze term.

Synoniemen voor do-while loop in het Engels

Woord & uitdrukking van de dag
Afbeelding van de dag
wheelbarrow: open container with handles and a wheel for transport
Ontdek het woord
Publiciteit

Resultaten: 26. Exact: 26. Verstreken tijd: 27 ms.