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