1
When we use the repita
along with the ate
at the end of the block, we should also use the fimrepita
? If not, when we use this?
algoritmo "semnome"
var
t,n,i,m:inteiro
inicio
i<-0
repita
escreval ("entre com a nota")
leia (N)
escreval ("entre com a nota")
leia (M)
t<-(n+m)\2
escreval ("a media do aluno foi:",t)
i<-i+1
ate i=5
fimalgoritmo