Browse Source

Pi ausgabe refactoring

remotes/origin/fdai7487-main-patch-56841
fdai7446 2 years ago
parent
commit
e5ed645318
  1. 2
      Taschenrechner.java

2
Taschenrechner.java

@ -142,7 +142,7 @@ public class Taschenrechner {
case 9:{ case 9:{
System.out.println("Pi\n"); System.out.println("Pi\n");
System.out.println("Ergebnis:" + pie());
System.out.println("Pi:" + pie());
break; break;
} }

Loading…
Cancel
Save