Skip to content

Commit 6c9b3c5

Browse files
authored
Update AddNumbers.java
1 parent a77972b commit 6c9b3c5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

chapter4/AddNumbers.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,4 @@ public static void main(String args[]){
3434

3535
scanner.close();
3636
}
37-
38-
public static int calculateSum(int number1, int number2){
39-
int sum = number1 + number2;
40-
return sum;
41-
}
4237
}

0 commit comments

Comments
 (0)