Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Algoritmo "Atividade 6"
- Var
- a: inteiro
- Inicio
- escreva("Digite um numero:")
- leia(a)
- se (a % 2 = 0) então
- escreva("O número é par ")
- se (a > 15) então
- escreva("E é maior que 15.")
- fimse
- senão
- escreva("O número é ímpar ")
- se (a < 50) então
- escreva("e é menor que 50.")
- fimse
- fimse
- FimAlgoritmo
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement