Question: Write a JAVA program that, given two integer arrays, a and b, creates an array c which is a concatenated with b. IE, a={1,2,3}, and
Write a JAVA program that, given two integer arrays, a and b, creates an array c which is a concatenated with b.
IE, a={1,2,3}, and b={4,5,6},c={1,2,3,4,5,6}.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
