about | help | code help+videos | done | prefs |
avgLen
Determina la lunghezza media delle stringhe di un array. Se l'array รจ vuoto, la funzione restituisce il valore -1.0 avgLen(["A", "AB"]) → 1.5 avgLen(["HOLA", "DIOS", "CIAO"]) → 4.0 avgLen(["", "SERVA"]) → 2.5 ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Difficulty: 200
Copyright Nick Parlante 2017 - privacy