0
/ 50
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 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 all the elements of b
.
Your feedback will appear here when you check your answer.