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

Update Calculator.java

parent 84e59a0c
......@@ -3,7 +3,7 @@ package de.hftstuttgart.ip2;
public class Calculator
{
public double add(double a, double b) {
return a - b;
return a + b + 200;
}
public double sub(double a, double b) {
......
Markdown is supported
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