a. Write a statement that declares sales to be a pointer to a pointer of type double. (2)
b. Write a C++ code that dynamically creates a two-dimensional array of five rows and seven columns and sales contains the base address of that array. (8)
c. Write a C++ code that inputs data from the standard input device into the array sales. (8)
d. Write a C++ code that deallocates the memory space occupied by the two-dimensional array to which sales points. (8)
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.