A. Writa a statement that declares sales to be a pointer to a pointer of type do
ID: 3640819 • Letter: A
Question
A. Writa a statement that declares sales to be a pointer to a pointer of type double.B. Writa 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.
C. Write a C++ code that inputs data from the standard input device into the array sales.
D. Write a C++ code that deallocates the memory space occupied by the two-dimensional aray to which sales points.
I do not entire code just the statements per line. please help ty.