please can you help me in solute this Assignment i wanna it quickly please
Given two ordered arrays A, and B, Write a VB program that reads the contents of the two arrays from file and then computes a new array AB that is a result of merging array A and array B.
Note: use the algorithm given in the class for your implementation.
Example:
Array A Array B Array AB
----------- ---------- -------------
98 53 98
23 21 53
12 12 23
10 8 21
12
10
iam so thankful
Given two ordered arrays A, and B, Write a VB program that reads the contents of the two arrays from file and then computes a new array AB that is a result of merging array A and array B.
Note: use the algorithm given in the class for your implementation.
Example:
Array A Array B Array AB
----------- ---------- -------------
98 53 98
23 21 53
12 12 23
10 8 21
12
10
iam so thankful
Comment