mirror of
https://github.com/DerTyp7/lf05-java.git
synced 2025-10-29 12:32:12 +01:00
l
This commit is contained in:
@@ -35,7 +35,6 @@ public class Lieferung {
|
||||
summen[i][a] = monat1[i][a] + monat2[i][a];
|
||||
}
|
||||
}
|
||||
|
||||
return summen;
|
||||
}
|
||||
|
||||
|
||||
@@ -2,7 +2,6 @@ package zweidimnesionaleArrays;
|
||||
|
||||
import java.io.IOException;
|
||||
|
||||
|
||||
public class Wuerfeln {
|
||||
public static void main(String[] args) throws IOException {
|
||||
int anzahlWuerfe = 10;
|
||||
@@ -16,12 +15,12 @@ public class Wuerfeln {
|
||||
}
|
||||
|
||||
|
||||
|
||||
for(int i = 0; i < anzahlExperimente; i++){
|
||||
for(int a = 0; a < anzahlWuerfe; a++){
|
||||
System.out.print(wuerfe[i][a] +" ");
|
||||
}
|
||||
System.out.print("\n");
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user