Posts by Leandro Ándreas • 19 points
1 post
-
0
votes2
answers75
viewsQ: What is the error in this return exercise: Object orientation
public class Matematica { /* * @param um * @param dois * return o maior dos dois numeros * */ int maior(int um, int dois){ if( um > dois) { …
javaasked Leandro Ándreas 19