Most voted "portugol-studio" questions
7 questions
Sort by count of
-
2
votes1
answer921
viewsRead two numbers in a single line in Portugol Studio
I will participate in a competition in a few days, and for data entry it is necessary to make a input of more than one value on the same line. For example: Instead of the user entering the first…
-
1
votes2
answers57
viewsWhat is the correct definition of concatenation and what really happens when we do this with variables?
I’m learning programming on my own and I confess I’m still at the beginning. Using Portugol Studio, I learned a little about concatenation and, at first, it seemed simple. The initial concept given…
-
0
votes1
answer643
viewsHow to "catch" system time in Portugol Studio
I know you need to import the Calendar library.But I don’t know how the current time function works.I’m trying to print on the screen to test this function. Go the following code programa{ inclua…
-
0
votes2
answers1132
viewsFunctions and procedures in Portugol
About functions and procedures, I have a big doubt in this matter. I know that a function will always return data and that procedure has no return, but every function has to fill in all parameters?…
-
0
votes0
answers211
viewsAlgorithm in Portugol
I’m doing a college paper and the premise is: Develop an algorithm that: a) read 60 ages; b) group the ages into three vectors according to the age group below. Remembering that there are possible…
-
0
votes0
answers22
viewsProcedure not being performed in Portugol Studio
I created a code to receive the: names, age, sex and salary of 10 people, a function to sort the vectors according to the highest salary, and another function to return the names of the 5 best paid…
-
-2
votes1
answer147
viewsResolution of Exercise
I’m doing an algorithm exercise in Portugolstudio. But I solved parts of the exercise.After 2 days of trying I could not solve a question.Who can help me would be very grateful. program { funcao…
portugol-studioasked 4 years, 8 months ago Ronan 37