https://codigo.so Codigo.so doesn't work properly without JavaScript enabled. Please enable it to continue. Codigo.so * Product * Community * Docs Platform language: English * English * Espanol * Portugues * Francais * Product * Community * Docs ligth The easy way to learn to code There is no need to worry about installing editors, modules, and other things to get started with coding. We create a programming language and environment that runs completely in the browser. Open Editor EN ES PT FR 1 2 3 4 5 6 7 8 9 para i = 1 ate 7 faca se i mod 2 == 0 entao escreva ( i, "e par" ) senao escreva ( i, "e impar" ) fimse fimpara for i = 1 to 7 do if i mod 2 == 0 then print ( i, "is even" ) else print ( i, "is odd" ) endif endfor para i = 1 hasta 7 hacer si i mod 2 == 0 entonces mostrar ( i, "es par" ) sino mostrar ( i, "es impar" ) finsi finpara pour i = 1 jusque 7 faire si i mod 2 == 0 alors ecrire ( i, "est pair" ) sinon ecrire ( i, "est impair" ) finsi finpour Response 1 is odd 2 is even 3 is odd 4 is even 5 is odd 6 is even Respuesta 1 es impar 2 es par 3 es impar 4 es par 5 es impar 6 es par Resposta 1 e impar 2 e par 3 e impar 4 e par 5 e impar 6 e par Reponse 1 est impair 2 est pair 3 est impair 4 est pair 5 est impair 6 est pair (c) Cardallot, Inc. Privacy Terms Backed by AWS startup programs