Question: need help, how create a program which elements of array set in ascending order

hello

I need help, I have two arrays a{1,6,0,-9,13,15} and b{6,-3,10,16,6,1}. How create program, which would bring the two sorted arrays of elements of the rising and descending?

Please Wait...