@ -92,6 +92,13 @@ public class Taschenrechner {
break;
}
case 3:{
System.out.println("Multiplikation\n");
System.out.println("Ergebnis:" + multiplikation(eingabe(), eingabe()));
default:
throw new IllegalArgumentException("Unexpected value: " + s);