Posts by Lucas • 1 point
2 posts
-
-2
votes1
answer42
viewsQ: Correction code portugol
My code is not doing the math programa { funcao inicio() { real n1, n2, n3, n4 ,n5 escreva("\nQual a população da cidade de 1 até 20000 habitantes: ") leia(n1) se (n1 > 1 e n1 < 5001) n1 =…
-
-1
votes1
answer62
viewsQ: Error of expression "if"
My code is giving this error in the first expression se: "The expression was not started correctly. Enter the character '(' to fix the problem" real m1, m2, m3 escreva("\n Digite o peso da primeira…