Posts by Paulo Ricardo Freitas Junior • 41 points
3 posts
-
0
votes1
answer67
viewsA: Upgrade binary format/source
I believe the problem lies in the version of your JDK installed. In the link above, have the netbeans itself downloaded with JDK already, try to install it and check if it solves your problem.…
netbeansanswered Paulo Ricardo Freitas Junior 41 -
1
votes1
answer679
viewsA: Return the smallest value - Python
I don’t know any "direct method" ready for this, unless you develop it yourself obviously. In any case, I would use something similar to this, creating a method for reuse and thus using a "direct…
-
0
votes1
answer6588
viewsA: program asking for the name and date (year, month and day) of a person’s birth in Python
Right, you can create two date objects (dataNasc and dataAtual) and subtract to get the timedelta(difference between both) and after that consider the average of days of a year, getting more or less…
pythonanswered Paulo Ricardo Freitas Junior 41