Posts by Raul Oliveira • 11 points
1 post
-
0
votes1
answer148
viewsQ: Pair or odd loop does not show the expected result
public class ParImpar { public int totali; public int totalp; public ParImpar(int totali, int totalp) { this.totali = totali; this.totalp = totalp; } public static void main(String[] args) { new…