about | help | code help+videos | done | prefs |
Given an integer array "a", return the number of negative values in it. array_negatives([1, 2, 3]) → 0 array_negatives([-5, 0, 5]) → 1 array_negatives([-1, -2, -3, 1, 2, 3]) → 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
Copyright Nick Parlante 2017 - privacy