Diferencia entre revisiones de «Usuario:ManuelRomero/pruebas»
De WikiEducator
Línea 1: | Línea 1: | ||
<source lang=php> | <source lang=php> | ||
− | + | total=0; | |
− | + | desde (a=0; a<100;a=a+1){ | |
− | + | if (a MOD 2 ==0) | |
− | + | total = total+a; | |
− | + | } | |
− | + | imprimir " valor total = " +total; | |
− | + | ||
− | + | ||
</source> | </source> |
Revisión de 23:38 12 ene 2015
total=0; desde (a=0; a<100;a=a+1){ if (a MOD 2 ==0) total = total+a; } imprimir " valor total = " +total;