Question: Goal. 1. To reinforce basic understanding of pointers, the (*) and (&) symbols Overview: Write a program, lab092.cpp, that will read monthly sales into a

Goal. 1. To reinforce basic understanding of pointers, the (*) and (&) symbols Overview: Write a program, lab092.cpp, 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. # include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
