CodeWorkout X41 - X50 sub 1

Score: 0 / 10.0


Exercises

0 / 1.0

Given two int arrays a and b, each with two elements, return a new array with four elements containing all the elements of a followed by...

0 / 1.0

Given an int array of any length, return a new array of its first 2 elements. If the array is smaller than length 2, use whatever...

0 / 1.0

Given an array of ints, return true if the array does not contain any 1s or 3s. Otherwise, return false.