about | help | code help+videos | done | prefs |
Write a method that returns the number of occurances of the integer 37 in the input parameter array. Only count the NUMBER 37. Do NOT count numbers such as 375 or 4371. In other words, only count the ACTUAL NUMBER, not its digits. Look at the test data for additional details. countArray37([37, 5, -37, 8, 323, 3737, 378, 37]) → 2 countArray37([]) → 0 countArray37([37]) → 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: 290
Copyright Nick Parlante 2017 - privacy