Commit 3cbdd4a4 authored by Lukas Wiest's avatar Lukas Wiest :steam_locomotive:
Browse files

Update Calculator.java

parent 84e59a0c
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
...@@ -3,7 +3,7 @@ package de.hftstuttgart.ip2; ...@@ -3,7 +3,7 @@ package de.hftstuttgart.ip2;
public class Calculator public class Calculator
{ {
public double add(double a, double b) { public double add(double a, double b) {
return a - b; return a + b + 200;
} }
public double sub(double a, double b) { public double sub(double a, double b) {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment