@ -134,6 +134,13 @@ public class Taschenrechner {
break;
}
case 9:{
System.out.println("Pi\n");
System.out.println("Ergebnis:" + pie());
default:
throw new IllegalArgumentException("Unexpected value: " + s);