Skip to content

Commit

Permalink
Incluindo alterações na função soma
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorHenrique317 committed Nov 28, 2024
1 parent 1e0c0cf commit 997d18a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/br/ufmg/dcc/Calculadora.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
public class Calculadora {

public int soma(int x, int y) {
return x + y;
return x + y + 1;
}

public int subtrai(int x, int y) {
Expand Down

0 comments on commit 997d18a

Please sign in to comment.