Question 25 5 pts In the main(), below, write a program that (1) prompts for an array size, (2) dynamically allocates an
Posted: Fri May 20, 2022 5:25 pm
Question 25 5 pts In the main(), below, write a program that (1) prompts for an array size, (2) dynamically allocates an integer array of that size, (3) fills the array with random integer values between 50 and 100, and after it's filled (4) prints out the array values. #include #include #include using namespace std; int main() { } Edit View Insert Format Tools Table