Problem Solve 17

Score: 0 / 6.0


Exercises

0 / 1.0

Given an array of ints, return true if every element is either a 1 or a 4. Otherwise, return false.

0 / 1.0

Given an array of ints, return true if the array contains two 7s next to each other, or there are two 7s separated by one element, such...