0
/ 1.0
Given an array containing three ints, return the sum of all the elements. It is safe to assume that the array always has at least 3...
Score: 0 / 3.0
Given an array containing three ints, return the sum of all the elements. It is safe to assume that the array always has at least 3...
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...
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...