Télécharger pour Windows Premium
Publicité
the while statement

Traduction de "the while statement" en espagnol

Nous n’avons pas trouvé cette entrée. Affichage de résultats approximatifs. Vérifiez l’orthographe ou proposez d’ajouter ce terme au dictionnaire.
la sentencia while
la instrucción While
la sentencia "while
If the condition is false, exit the while statement and continue execution at the next statement.
Si la condición es falsa, se sale de la sentencia while y se continúa la ejecución en la siguiente sentencia.
As with all other selection and iteration statements, the while statement establishes block scope: any identifier introduced in the expression goes out of scope after the statement.
Como con todas las demás sentencias de selección e iteración, la sentencia while establece un alcance en bloque: cualquier identificador introducido en la expresión sale fuera de alcance después de la sentencia.
Replace the while statement with
Reemplace la sentencia while con
You can almost read the while statement as if it were English.
Casi se puede leer la sentencia while como si estuviera escrita en inglés.
One form of iteration in Python is the while statement.
Una forma de iteración en Python es la sentencia while.
When you get to 0, exit the while statement and display the word Blastoff!
Cuando llegues a 0, sal de la sentencia while y muestra la palabra ¡Despegue!
The while statement will execute a block of code if and as long as a test expression is true.
La sentencia while se ejecutará un bloque de código si y siempre que una expresión de la prueba es verdadera.
Here we use another C++ instruction, the while statement block.
Aquí usamos otra instrucción de C++ llamada while.
In this example, you can use the while statement to calculate the Fibonacci sequence up to 100
En este ejemplo, puedes usar la sentencia "while" para calcular la secuencia Fibonacci hasta 100
The while statement is a good one to start with.
La sentencia "while" es un buen inicio.
In the following script the WHILE statement will never terminate and will therefore keep a local directory synchronized with an FTP site
En la siguiente secuencia de WHILE nunca terminará mientras no se mantenga un directorio de script sincronizado con un sitio FTP
The While statement is easier to construct than a For statement because its syntax is less complicated.
La instrucción While es más fácil de construir que la instrucción For porque su sintaxis es menos complicada.
The WHILE statement will execute the commands in its body as long as the condition equals "TRUE".
El comando WHILE ejecutará todos los comandos dentro de él, siempre y cuando la condición sea "TRUE".
Aucun résultat pour cette recherche.

Synonymes et analogies de "the while statement" en anglais

Le mot et l’expression du jour
L’image du jour
fishing rod: long pole with a line used to catch fish
Découvrir le mot
Publicité

Suggestions qui contiennent the while statement

Résultats: 16. Exacts: 16. Temps écoulé: 101 ms.