We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14acf1d commit 2f356a7Copy full SHA for 2f356a7
src/main/Calculator.java
@@ -2,7 +2,7 @@ public class Calculator {
2
3
// Method to add two numbers
4
public int add(int a, int b) {
5
- return a + b;
+ return a + b + 42; // Adding 42 to the sum
6
}
7
8
// Method to subtract two numbers
0 commit comments