Problem:
Question: Write a code that merges two sorted arrays so that the result is a sorted array. In your code, declare an array called ‘A1' of size 5 and an array ‘A2' of size 5. Fill them with numbers that are in ascending order.
Please write the code in detail.