Posts by Marcelo Henrique • 33 points
2 posts
-
0
votes1
answer94
viewsQ: Method using JAVA thread and inheritance
I am trying to create a class Balldefutebol that receives attributes of the class father Ball, the class ball possesses the attributes private int ar = 100; //100% private boolean furada = false;…
javaasked Marcelo Henrique 33 -
2
votes1
answer198
viewsQ: How to print sentences from minor to major?
I need to make a class that receives 3 user sentences and prints in order from the smallest sentence to the largest: Make a program to read three user phrases and show on screen the three sentences…
javaasked Marcelo Henrique 33