Question: in c++ code 3. (60 min) Coding problem Now it's your turn to write code! You are required to write code that merges two arrays.

in c++ code
3. (60 min) Coding problem Now it's your turn to write code! You are required to write code that merges two arrays. This means you will be given two arrays and you are required to append the elements of the second array to the first one. But before doing so, you must first allocate enough space for this operation. After the two arrays are merged, you should free their space Here is a skeleton code to better understand what you should be doing. The expected output is also given. Now write your code in the area indicated by the comment //write your code here. #include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
