Download for Windows Premium
Publiciteit
of the while loop statement

Examples with "of the while loop statement" and their translation in Spaans

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.
When we find the intro character, the exit condition of the while loop statement is met and the function ends, returning the built string without the intro character.
Al encontrar el intro, se cumple la condición de salida del while y termina la función devolviendo la cadena construida (sin el intro).

Andere resultaten

The purpose of a while loop is to execute a statement or code block repeatedly as long as an expression is true.
El propósito de un bucle while es para ejecutar una instrucción o bloque de código en varias ocasiones, siempre y cuando la expresión es verdadera.
The continue statement in Python returns the control to the beginning of the while loop.
El continuar con la declaración en Python devuelve el control al comienzo del bucle while.
Example The following example illustrates the use of a break statement with a while loop.
Ejemplo El siguiente ejemplo ilustra el uso de un descanso declaración con un bucle while.
Like a while statement, except that it tests the condition at the end of the loop body
Al igual que una sentencia while, excepto que prueba la condición al final del cuerpo del bucle
So, you can test, you can test multiple conditions in a while loop, or in any type of construct, like an if statement, for example by using the logical operators.
Así, se puede probar, puede probar varias condiciones en un tiempo loop, o en cualquier tipo de construcción, como si la declaración, por ejemplo mediante los operadores lógicos.
The main difference is that the set of statements of a repeat-while loop is always executed at least once, because the condition of the repeat-while is evaluated at the end of each iteration.
La principal diferencia es que el conjunto de declaraciones de un ciclo do-while siempre se ejecuta al menos una vez, porque la condición del do-while es evaluada al final de cada iteración.
Explanation While structure is another type of loop statements, where the condition is checked at first, the iteration will not stop even if the value changes while executing statements.
La estructura While es otro tipo de sentencias de bucle, donde se comprueba la condición al principio, la iteración no se detendrá aunque el valor cambia, mientras que las sentencias se ejecutan.
The following example shows a while loop that has a continue statement that executes when the value of i is 3.
El siguiente ejemplo muestra un bucle while que tiene una sentencia continue que se ejecuta cuando el valor de i es 3.
The syntax of a for loop is similar to the while loop in that there is a for statement and a loop body
La sintaxis de un bucle for es similar a la del bucle while, en la cual hay una sentencia for y un cuerpo que se repite
while expression, statements, end evaluates an expression, and repeats the execution of a group of statements in a loop while the expression is true.
while expression, statements, end evalúa una expresión y repite la ejecución de un grupo de instrucciones en un bucle mientras que la expresión es verdadera.
Like with the if statement, you can group multiple statements within the same while loop by surrounding a group of statements with curly braces, or by using the alternate syntax
Al igual que con la sentencia if, se pueden agrupar varias instrucciones dentro del mismo bucle while rodeando un grupo de sentencias con corchetes, o utilizando la sintaxis alternativa
The following example shows a while loop that has a continue statement that executes when the value of i is 3.
En el siguiente ejemplo se muestra un conjunto que se declara y recibe un valor en una línea de código.
Er zijn geen resultaten gevonden voor deze term.
Woord & uitdrukking van de dag
Afbeelding van de dag
tong: type of tool used for gripping and lifting objects
Ontdek het woord
Publiciteit

Resultaten: 426620. Exact: 1. Verstreken tijd: 280 ms.