//myPointerToArray1.cpp #include using namespace std; // pointer to an array using while loop int main() { //const int size = 4; int x1=2, x2= 4, x3= 6, x4 = 8; cout<< "" <<" x1,x2,x3,x4 \n " << x1 << ", "<