Please help me solve the question because I already try to code it but still got error.
Here is the questions:
Task 3
Using two arrays, named arr_A and arr_B respectively, write a function named
concantenate that join the values from arr_A to the values from arr_B according to their
sequence and stores the concatenated values in arr_C. Display the contents of arr_A,
arr_B and arr_C. The three arrays are declared as integer type
We won't just give you the code for you to copy and paste sorry. Please post your code that you have tried and a detailed explanation involving what you don't understand, what you have tried, what isn't working, errors you get, ect.
Then we can help guide you in the right direction to solve your assignment.
Also please remember to use codetags when you paste your code to the forums. Hint: Highlight all the code you just pasted to the forum and click the <> button under Format:. This will make it much easier to read and help you get the questions you asked answered.