about | help | code help+videos | done | prefs |
APCS Array 1, Problem 7. Given an array of ints, return true if 6 appears as either the first or last element in the array. The array will be length 1 or more. A17_firstLast6([1, 2, 6]) → true A17_firstLast6([6, 1, 2, 3]) → true A17_firstLast6([13, 6, 1, 2, 3]) → false ...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