When we use repita
together with ate
at the end of the block, should we also use fimrepita
? If not, when do 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)
escreval ("a media do aluno foi:",t)
i<-i+1
ate i=5
fimalgoritmo