#include int main() { int m,n,i=0,j=0; cout << "Enter size of both arrays:"; cin >> m >> n; int a[m]; int b[n]; cout << "Enter elements of array 1:"; for(i=0;i>a[i]; cout << "Enter elements of array 2:"; for(i=0;i> b[i]; i=0;j=0; while((ib[j]) cout << b[j++] <<" "; else { cout << a[i++]; j++; } } while(i