Download for Windows Premium
Ofertă specială pentru a descoperi Premium
-50% pe viață la toate abonamentele
Publicitate
the do-while loop

Traducere "the do-while loop" în spaniolă

Nu am putut găsi această intrare. Se afișează rezultate aproximative. Verificați ortografia sau propuneți adăugarea acestui termen în dicționar.
el bucle do-while
So we can use the do-while loop here.
Así que podemos usar el bucle do-while aquí.
If the loop just needs to run at least once, regardless of the conditions, then the do-while loop is the loop of choice.
En caso de que el bucle tenga que funcionar al menos una vez independientemente de la condición, el bucle do-while es el bucle que habría que elegir.
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.
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.
Advanced C users may be familiar with a different usage of the do-while loop, to allow stopping execution in the middle of code blocks, by encapsulating them with do-while (0), and using the break statement.
Los usuarios avanzados de C pueden estar familiarizados con un uso distinto del bucle do-while, para permitir parar la ejecución en medio de los bloques de código, mediante el encapsulado con do-while (0), y utilizando la sentencia break.
Nici un rezultat pentru acest sens.
Cuvântul și expresia zilei
Imaginea zilei
bucket: round container with a handle
Află cuvântul
Publicitate

Rezultate: 5. Exacte: 5. Timp de răspuns: 41 ms.