Question: Write a C++ program to: 1. Create 2 arrays of type int to store 10 integer numbers. 2. Initialize them with randomly generated values. 3.
Write a C++ program to: 1. Create 2 arrays of type int to store 10 integer numbers. 2. Initialize them with randomly generated values. 3. Print the content of them. 4. Find and print the minimum, maximum, and average values stored in each array. 5. Check if those arrays are equal or not then print a proper message. 6. Create a new array of size 20 and copy the content of the first two arrays on it (Merge them) 7. Print the content of the newly created array
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
