about | help | code help+videos | done | prefs |
Start with 2 int arrays, a and b, of any length. Return how many of the arrays have 1 as their first element. start1([1, 2, 3], [1, 3]) → 2 start1([7, 2, 3], [1]) → 1 start1([1, 2], []) → 1 ...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: 151.0
Copyright Nick Parlante 2017 - privacy