about | help | code help+videos | done | prefs |
array_numTrue
Given a boolean array named "arr", return an integer that is the number of true values found in the array. array_numTrue([]) → 0 array_numTrue([true]) → 1 array_numTrue([true, true]) → 2 ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Copyright Nick Parlante 2017 - privacy