Question: c++ 1. (20 points) Write a program that dynamically allocates an array of integers and stores the data 10, 2000.-293, 46. Your program should output
1. (20 points) Write a program that dynamically allocates an array of integers and stores the data 10, 2000.-293, 46. Your program should output the average of the data stored in the array. Finally, it should free dynamically allocated array
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
