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