Advertisement
Hiitmarqes

Untitled

Sep 15th, 2019
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. programa
  2. {
  3.  
  4. funcao inicio()
  5. {
  6. inteiro vetor[6], cont = 0
  7.  
  8. para(inteiro i = 0; i < 6; i++){
  9. escreva("Numeros: ")
  10. leia(vetor[i])
  11. }
  12. para(inteiro i = 0; i < 1; i++){
  13. escreva("\n",vetor[1], vetor[3], vetor[5])
  14. }
  15.  
  16. //basico
  17. }
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement