about | help | code help+videos | done | prefs |
Given an integer array "nums", return true if there is a 7 anywhere in the array. array_contains7([3, 5, 8, 2]) → false array_contains7([1, 6, 9, 4, 2]) → false array_contains7([7, 2, 3]) → true ...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