How to make so that numbers in two arrays are placed in third array but sorted?
I used bubblesort,but I have to do it without it.
Exmpl.:
(Elements in first and second array must be sorted from user)
A=1,3,4,7,8
B=1,4,5,6,9
C=1,1,3,4,4,5,6,7,8,9