Download for Windows Premium
Publiciteit
bucle while se

Vertaling van "bucle while se" 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 loop is
while loop looks
Esto es, este bucle while se ejecuta un número aleatorio de veces.
That is, this while loop is executed a random numbers of times.
En otras palabras, el bucle while se ejecuta una vez cumplidas todas las condiciones necesarias para su ejecución.
Simply put, the while loop is executed while all necessary conditions for its execution are met...
Un bucle while se usa cuando el programa debe iterarse hasta que se alcanza una determinada condición.
A while loop is used when a program needs to loop until a particular condition occurs.
El bucle while se usa cuando se desea ejecutar un fragmento de código repetidamente hasta que la condición while se evalúa como falsa.
The while loop is used when you want to execute a piece of code repeatedly until the while condition evaluates to false.
En el uso más común de la función el valor del argumento es 1, por lo que el cuerpo del bucle while se evalúa exactamente una vez, y el cursor avanza hacia adelante un párrafo.
In the most common use of the function, the value of the argument is 1, so the body of the while loop is evaluated exactly once, and the cursor moves forward one paragraph.
El bucle while se usa generalmente cuando no se sabe la cantidad de iteraciones que se llevarán a cabo en un bucle.
The while loop is generally used when you don't know the number of iterations that are going to take place in a loop.
Los establece en 5 y el bucle WHILE se configura para ejecutarse cuando y sea diferente de 5, de modo que el bucle termine.
The variable y is set to 5 and the WHILE loop is set to run when y does not equal 5, so the loop terminates.
El diagrama de flujo de bucle while se ve de la siguiente manera
The flow chart of while loop looks as follows
La sintaxis del bucle while se parece a lo siguiente
The syntax of the while loop looks as follows
Para prevenir que el bucle while se ejecute para siempre, es necesario proporcionar algún mecanismo para vaciar la lista.
To prevent the while loop from running forever, some mechanism needs to be provided to empty the list eventually.
Las sentencias en el siguiente bucle while se ejecutan sin fin, porque la condición nunca llega a ser falsa
The statements in the following while loop execute forever because the condition never becomes false
En el bucle while se vería así
In the while loop it would look like
En la línea 1 del bucle while se establece una variable "centinela" (en realidad, contador) que se usará para contar las veces que el bucle ha sido ejecutado.
Line 1 of the while loop sets up a "sentinel" variable that will be used to count the number of times the loop has been executed.
Er zijn geen resultaten gevonden voor deze term.

Synoniemen voor bucle while se in het Spaans

Publiciteit

Resultaten: 16. Exact: 16. Verstreken tijd: 39 ms.