Posts by Matheus Cavalcante • 3 points
1 post
-
-1
votes1
answer49
viewsQ: Problem with Conditional Structure If and Otherwise
I would like to know why the program does not display the Student Performance : Escreva("Digite a primeira nota: ") Leia(nota1) Escreva("Digite a segunda nota: ") Leia(nota2) media <- (nota1 +…