1 firstLast6 unit test 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. 2 sameFirstLast unit test Given an array ...
Given an array of ints, return True if one of the first 4 elements in the array is a 9. The array length may be less than 4.