I need help with a C++ assignment:
?Given the following array and variables, print the array usingpointer notation only in a for loop
double* payCheck;
?payCheck = new double[numEmployees];
Expert Answer
An answer will be send to you shortly. . . . .