Schknheit

Untitled

Mar 6th, 2015
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. Algoritmo Impar-Par
  2.  
  3. num : inteiro
  4. mostra_tela "Entre com um inteiro positivo"
  5. ler num
  6. Se(Num mod = 0)
  7. mostra_tela "O numero e par"
  8. se não
  9. Mostra_tela "Numero impar".
Advertisement
Add Comment
Please, Sign In to add comment