Posts by Ronan • 37 points
5 posts
-
0
votes1
answer643
viewsA: How to "catch" system time in Portugol Studio
Manage to solve the exercise. And also improve it by adding minutes of the system to logic. The parameter of the hora_actual function was true or false.That’s where it was wrong. programa { inclua…
-
0
votes1
answer643
viewsQ: How 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…
-
-2
votes1
answer147
viewsQ: Resolution 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 Ronan 37 -
1
votes2
answers152
viewsQ: How to reset or reset the app variables?
I’m starting Android development (using JAVA language). I am developing an average calculation app that displays the average and the student’s situation (Approved, In Recovery and Failed). My…
-
0
votes1
answer89
viewsQ: Problems with Linearlayout
I’m getting started in learning about android development.Taking a basic student course. When I got to class on Linearlayout’s things went sideways. The idea is to insert 1 Linearlayout(General)…