Update Wuerfeln.java

This commit is contained in:
DerTyp187
2021-11-15 13:01:54 +01:00
parent ff2a068964
commit e65148fcf1

View File

@@ -3,6 +3,11 @@ package zweidimnesionaleArrays;
import java.io.IOException; import java.io.IOException;
public class Wuerfeln { public class Wuerfeln {
public static void ausgabeExperiment(){
}
public static void main(String[] args) throws IOException { public static void main(String[] args) throws IOException {
int anzahlWuerfe = 10; int anzahlWuerfe = 10;
int anzahlExperimente = 4; int anzahlExperimente = 4;