Posts by honorato • 9 points
1 post
-
-1
votes2
answers40159
viewsA: How to break the line at the Visualg prompt?
simple var nome:caracter idade:inteiro inicio escreva("seu nome é: ") leia(nome) escreval(" ") escreva("sua idade é: ") leia(idade) escreval(" ") fimalgoritmo