Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save falcettijr/caa84b3caac6f35344218313bca7965f to your computer and use it in GitHub Desktop.
Save falcettijr/caa84b3caac6f35344218313bca7965f to your computer and use it in GitHub Desktop.
ALGORITMO EXERCICIO IMPARES 100 A 200
ALGORITMO EXERCICIO IMPARES 100 A 200
var
contador:inteiro
inicio
para contador de 101 ate 200 passo 2 faca
escreva(contador)
fim para
fim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment