I am making a C++ code where you will create an array using a do-while loop. Here is the full code:
const int size = 10; double *pt1,*pt2,*pt3;