This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
Commit a208bbf2 authored by OEResource sharing's avatar OEResource sharing
Browse files

OEResource: Update resource with id: 5db45e18-3cf8-46a0-bc06-d4bdc0b17275

parent 46446891
Branches
No related merge requests found
......@@ -16,6 +16,8 @@ Diese Methode akzeptiert ein zweidimensionales Array von Ganzzahlen und struktur
- Für alle gültigen Indizes `i` gilt: Die Länge der Zeile `workArray[i]` ist größer als 0 (`workArray[i].length > 0`).
***Anmerkung:*** Falls Nullen in der Spalte vorkommen, werden sie ebenso zum Durchschnitt gezählt.
***Hinweis:*** Der Durschnitt wird ganzzahlig berechnet (Integer Division).
Sie können die Anweisung `System.out.println(Arrays.deepToString(workArray));` verwenden, um das umstrukturierte Array auszugeben.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment