Question: Write a C++ program to allow the user to divide an array of 50 different random numbers between 3 & 30 into two arrays, one

Write a C++ program to allow the user to divide an array of 50 different random numbers between 3 & 30 into two arrays, one for the odd numbers and one for the even numbers. Then for each of the new arrays, find the average of those numbers. Use a function for dividing the array into two arrays and another function for the calculation of the average. Grading for this project will be based on the following: Documentation 10% Program structure 40% Program Correctness 25% Program Execution 25%
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
