Advertisement
cailloubr

Portugol

Mar 13th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. programa{
  2. funcao inicio (){
  3. inteiro n1,n2,soma
  4. escreva ("Digite o 1º numero")
  5. leia (n1)
  6. escreva ("Digite o 2º numero")
  7. leia (n2)
  8. soma = n1+n2
  9. escreva (""A soma dos valores é",soma)
  10. }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement