Most voted "portugol" questions
It is a fully Portuguese programming language that resembles a pseudo-code, but has a well-defined structured syntax.
Learn more…104 questions
Sort by count of
-
-2
votes0
answers19
views"Expressions outside the program scope are not allowed" in pseudocode (portugol)
I am learning programming and started by logic with Portugol Studio. But I am having the following error: "Expressions outside the scope of the program are not allowed. To fix the problem, remove…
-
-2
votes1
answer42
viewsCorrection 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 =…
-
-6
votes1
answer573
views5x5 Matrix with Portugol - Learning to program
I’m a student and I’m starting to learn about programming, I have an exercise that I couldn’t solve myself and I was wondering if anyone here could help me, with the solution and/or with an…
-
-18
votes1
answer591
viewsIs it possible to convert a pseudocode to portugol?
I’m having trouble deciphering the :← and the parts; Para cont ← 0 Até 12 Faça Leia Sexo Leia Idade mGeral ← mGeral + Idade Se Sexo = “M” Então mHomem ← mHomem + Idade nHomem ← nHomem + 1 Senão…
portugolasked 10 years, 7 months ago matheus ferreira 357