CS Armenia Հիմնադրամ
int main() { int size1, size2; std::cout << "Enter array1 size "; std::cin >> size1; std::cout << "Enter array2 size "; std::cin >> size2; // Put your code here to insert elements of array1 and array2 // Put your code here to create and print array3 }