Download for Windows Premium
Publiciteit
while-do

Vertaling van "while-do" in Engels

We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
while-do
Esto es lo contrario de lo que pasa con un bucle while-do, que se ejecuta mientras la condición sea cierta.
This is the opposite from a while-do loop, which is executed while the condition is true.
La diferencia entre el bucle while-do (mientras... haz) y el bucle repeat-until (repite... hasta que) consiste en que el código de la instrucción repeat se ejecuta siempre al menos una vez.
The difference between the while-do loop and the repeat-until loop is that the code of the repeat statement is always executed at least once.

Andere resultaten

Para cambiar ese comportamiento, selecciona tu imagen de perfil, luego en Configuración de la aplicación, en Notificaciones, selecciona Show chat notifications while Do Not Disturb is on (Mostrar notificaciones mientras Ocupado está activado).
You can change that behavior by selecting your profile picture, then in Application Settings, under Notifications select Show chat notifications while Do Not Disturb is on.
Un ciclo do-while siempre se ejecuta al menos una vez.
A do-while loop is guaranteed to run at least once.
Un bucle do-while verifica su condición después de completar el bloque de código cada vez.
A do-while loop checks its condition after completing the code block each time.
Un bucle do-while ejecutará el bloque al menos una vez antes de verificar la condición.
A do-while loop will execute the block at least once before checking the condition.
El bucle do-while comienza ejecutando el código antes de verificar si debe repetirse.
The do-while loop starts by executing the code before verifying if it should repeat.
Prefiero un bucle do-while cuando necesito inicializar variables antes de verificar condiciones.
I prefer a do-while loop when I need to initialize variables before checking conditions.
En programación, un bucle do-while es útil para tareas que requieren ejecución repetida.
In programming, a do-while loop is helpful for tasks that require repeated execution.
Utilicé un bucle do-while para asegurarme de que la entrada del usuario se valide repetidamente.
I used a do-while loop to ensure the user input is validated repeatedly.
Usar un bucle do-while me permite seguir solicitando la entrada del usuario hasta que sea válida.
Using a do-while loop allows me to keep asking for user input until it's valid.
Al programar, implementar un bucle do-while puede simplificar efectivamente las tareas repetitivas.
When coding, implementing a do-while loop can simplify repetitive tasks effectively.
Un bucle do-while se ejecutará al menos una vez.
A do-while loop will execute at least once.
Er zijn geen resultaten gevonden voor deze term.

Synoniemen voor while-do in het Spaans

Publiciteit

Suggesties

Resultaten: 57. Exact: 2. Verstreken tijd: 259 ms.