@ -8,6 +8,11 @@ public class Taschenrechner {
int multiplikation(int a, int b) {
return 0;
return a * b;
}
int division(int a, int b) {
return a / b;