Question: c++ programming language Write a statement that declares sales to be a pointer to a pointer of type double. Write a C++ code that dynamically
c++ programming language

Write a statement that declares sales to be a pointer to a pointer of type double. 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. Write a C++ code that inputs data from the standard input device into the array sales. Write a C++ code that the memory space occupied by the two-dimensional array to which sales points
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
