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

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

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

parent 0a5e8e39
Branches
No related merge requests found
......@@ -9,9 +9,8 @@ Implementieren Sie eine Methode `replaceZerosWithColumnAverage`:
Diese Methode akzeptiert ein zweidimensionales Array von Ganzzahlen und strukturiert dieses um, indem alle Nullen durch den Durchschnitt der entsprechenden Spalte ersetzt werden.
**Vorbedingungen:**
-`workArray` != null
-`workArray.length` > 0
- `workArray` != null
- `workArray.length` > 0
- Für alle gültigen Indizes `i` gilt: Die Länge der Zeile `workArray[i]` ist größer als 0 (`workArray[i].length > 0`).
***Hinweis:*** Der Durschnitt wird ganzzahlig berechnet (Integer Division).
......
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