Question: 2. Write a complete Java program that creates three arrays a, b initialized with some integers, and c with a size equal to the sizes

2. Write a complete Java program that creates three arrays a, b initialized with some integers, and c with a size equal to the sizes of a and b both together. You are then asked to write the necessary Java code that combines a and b elements into the array c. Finally, prints all the elements in c
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
