Hello, I am having problems doing this programming that wants to read monthly sales into a dynamically allocated array. This is the question.
Write a program that will read monthly sales into a dynamically allocated array. The program will input the size of the array from the user. It will call a function that will find the yearly sum (the sum of all the sales). It will also call another function that will find the average.
The main function should display the sum and the average.
Please help me out, just need to know exactly how to start this