about | help | code help+videos | done | prefs |
Oct4_2017_howMany
Write a method that accepts three Boolean parameters and returns how many of those are true. See test data for examples. Oct4_2017_howMany(true, false, true) → 2 Oct4_2017_howMany(false, false, false) → 0 Oct4_2017_howMany(true, true, true) → 3 ...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: 220
Copyright Nick Parlante 2017 - privacy