Sorting two arrays to oneI solved in the end! [code] #include<iostream> #include<vector> using namespace std; vector<double>...
Sorting two arrays to oneHello, i want to put two arrays in one and arrange it so that it is constantly increasing. The preco...