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.
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
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.
Conținut posibil inadecvat
Exemplele au rolul de a te ajuta să traduci cuvinte sau expresii corect si adaptat la context. Nu sunt selectate sau validate manual, așadar pot conține termeni inadecvați. Te rugăm să raportezi exemplele pe care le consideri inadecvate. Traducerile vulgare sau colocviale sunt în general marcate cu roșu sau cu portocaliu.
Nici un rezultat pentru acest sens.
Sinonime și analogii pentru "bucle while se" în limba Română